2022-08-03 20:28:59 -05:00
|
|
|
error: attribute should be applied to a foreign function or static
|
2023-03-27 12:42:22 -05:00
|
|
|
--> $DIR/link-ordinal-not-foreign-fn.rs:1:1
|
2022-08-02 22:30:27 -05:00
|
|
|
|
|
|
|
|
LL | #[link_ordinal(123)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-08-03 20:28:59 -05:00
|
|
|
error: attribute should be applied to a foreign function or static
|
2023-03-27 12:42:22 -05:00
|
|
|
--> $DIR/link-ordinal-not-foreign-fn.rs:5:1
|
2022-08-02 22:30:27 -05:00
|
|
|
|
|
|
|
|
LL | #[link_ordinal(123)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-08-03 20:28:59 -05:00
|
|
|
error: attribute should be applied to a foreign function or static
|
2023-03-27 12:42:22 -05:00
|
|
|
--> $DIR/link-ordinal-not-foreign-fn.rs:9:1
|
2022-08-03 20:28:59 -05:00
|
|
|
|
|
|
|
|
LL | #[link_ordinal(42)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-07-29 13:18:07 -05:00
|
|
|
error: aborting due to 3 previous errors
|
2022-08-02 22:30:27 -05:00
|
|
|
|