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