]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/used_with_multi_args.stderr
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[rust.git] / tests / ui / attributes / used_with_multi_args.stderr
1 error: expected `used`, `used(compiler)` or `used(linker)`
2   --> $DIR/used_with_multi_args.rs:3:1
3    |
4 LL | #[used(compiler, linker)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8