rust/tests/ui/rfc-2627-raw-dylib/link-ordinal-and-name.stderr

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

15 lines
361 B
Plaintext
Raw Normal View History

error: cannot use `#[link_name]` with `#[link_ordinal]`
2022-07-29 13:18:07 -05:00
--> $DIR/link-ordinal-and-name.rs:6:5
|
LL | #[link_ordinal(42)]
| ^^^^^^^^^^^^^^^^^^^
error: cannot use `#[link_name]` with `#[link_ordinal]`
2022-07-29 13:18:07 -05:00
--> $DIR/link-ordinal-and-name.rs:10:5
|
LL | #[link_ordinal(5)]
| ^^^^^^^^^^^^^^^^^^
2022-07-29 13:18:07 -05:00
error: aborting due to 2 previous errors