2021-11-21 16:02:00 +00:00
|
|
|
error: multiple `link_ordinal` attributes
|
2022-07-29 18:18:07 +00:00
|
|
|
--> $DIR/link-ordinal-multiple.rs:6:5
|
2021-11-21 16:02:00 +00:00
|
|
|
|
|
|
|
|
LL | #[link_ordinal(1)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^ help: remove this attribute
|
|
|
|
|
|
|
|
|
note: attribute also specified here
|
2022-07-29 18:18:07 +00:00
|
|
|
--> $DIR/link-ordinal-multiple.rs:7:5
|
2021-09-11 00:34:09 +00:00
|
|
|
|
|
|
|
|
LL | #[link_ordinal(2)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-08-02 18:36:41 +00:00
|
|
|
error: multiple `link_ordinal` attributes
|
2022-07-29 18:18:07 +00:00
|
|
|
--> $DIR/link-ordinal-multiple.rs:9:5
|
2022-08-02 18:36:41 +00:00
|
|
|
|
|
|
|
|
LL | #[link_ordinal(1)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^ help: remove this attribute
|
|
|
|
|
|
|
|
|
note: attribute also specified here
|
2022-07-29 18:18:07 +00:00
|
|
|
--> $DIR/link-ordinal-multiple.rs:10:5
|
2022-08-02 18:36:41 +00:00
|
|
|
|
|
|
|
|
LL | #[link_ordinal(2)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-07-29 18:18:07 +00:00
|
|
|
error: aborting due to 2 previous errors
|
2021-09-11 00:34:09 +00:00
|
|
|
|