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