2021-11-21 10:02:00 -06:00
|
|
|
error: multiple `link_ordinal` attributes
|
2023-03-27 12:42:22 -05:00
|
|
|
--> $DIR/link-ordinal-multiple.rs:4:5
|
2021-11-21 10:02:00 -06:00
|
|
|
|
|
|
|
|
LL | #[link_ordinal(1)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^ help: remove this attribute
|
|
|
|
|
|
|
|
|
note: attribute also specified here
|
2023-03-27 12:42:22 -05:00
|
|
|
--> $DIR/link-ordinal-multiple.rs:5: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
|
2023-03-27 12:42:22 -05:00
|
|
|
--> $DIR/link-ordinal-multiple.rs:7:5
|
2022-08-02 13:36:41 -05:00
|
|
|
|
|
|
|
|
LL | #[link_ordinal(1)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^ help: remove this attribute
|
|
|
|
|
|
|
|
|
note: attribute also specified here
|
2023-03-27 12:42:22 -05:00
|
|
|
--> $DIR/link-ordinal-multiple.rs:8: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
|
|
|
|