]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/used_with_multi_args.stderr
Auto merge of #107618 - chriswailes:linker-arg, r=albertlarsan68
[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