]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2627-raw-dylib/link-ordinal-multiple.stderr
Rollup merge of #105983 - compiler-errors:issue-105981, r=tmiasko
[rust.git] / src / test / ui / rfc-2627-raw-dylib / link-ordinal-multiple.stderr
1 error: multiple `link_ordinal` attributes
2   --> $DIR/link-ordinal-multiple.rs:6:5
3    |
4 LL |     #[link_ordinal(1)]
5    |     ^^^^^^^^^^^^^^^^^^ help: remove this attribute
6    |
7 note: attribute also specified here
8   --> $DIR/link-ordinal-multiple.rs:7:5
9    |
10 LL |     #[link_ordinal(2)]
11    |     ^^^^^^^^^^^^^^^^^^
12
13 error: multiple `link_ordinal` attributes
14   --> $DIR/link-ordinal-multiple.rs:9:5
15    |
16 LL |     #[link_ordinal(1)]
17    |     ^^^^^^^^^^^^^^^^^^ help: remove this attribute
18    |
19 note: attribute also specified here
20   --> $DIR/link-ordinal-multiple.rs:10:5
21    |
22 LL |     #[link_ordinal(2)]
23    |     ^^^^^^^^^^^^^^^^^^
24
25 error: aborting due to 2 previous errors
26