]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/used_with_arg.stderr
Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc
[rust.git] / src / test / ui / attributes / used_with_arg.stderr
1 error: `used(compiler)` and `used(linker)` can't be used together
2   --> $DIR/used_with_arg.rs:9:1
3    |
4 LL | #[used(compiler)]
5    | ^^^^^^^^^^^^^^^^^
6 LL | #[used(linker)]
7    | ^^^^^^^^^^^^^^^
8
9 error: `used(compiler)` and `used(linker)` can't be used together
10   --> $DIR/used_with_arg.rs:13:1
11    |
12 LL | #[used(compiler)]
13    | ^^^^^^^^^^^^^^^^^
14 LL | #[used(linker)]
15    | ^^^^^^^^^^^^^^^
16
17 error: aborting due to 2 previous errors
18