]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/used_with_multi_args.stderr
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[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