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