rust/tests/ui/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
554 B
Plaintext
Raw Normal View History

error: attribute should be applied to a foreign function or static
2022-07-29 13:18:07 -05:00
--> $DIR/link-ordinal-not-foreign-fn.rs:3:1
|
LL | #[link_ordinal(123)]
| ^^^^^^^^^^^^^^^^^^^^
error: attribute should be applied to a foreign function or static
2022-07-29 13:18:07 -05:00
--> $DIR/link-ordinal-not-foreign-fn.rs:7:1
|
LL | #[link_ordinal(123)]
| ^^^^^^^^^^^^^^^^^^^^
error: attribute should be applied to a foreign function or static
2022-07-29 13:18:07 -05:00
--> $DIR/link-ordinal-not-foreign-fn.rs:11:1
|
LL | #[link_ordinal(42)]
| ^^^^^^^^^^^^^^^^^^^
2022-07-29 13:18:07 -05:00
error: aborting due to 3 previous errors