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

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

27 lines
671 B
Plaintext
Raw Normal View History

error: multiple `link_ordinal` attributes
2022-07-29 18:18:07 +00:00
--> $DIR/link-ordinal-multiple.rs:6:5
|
LL | #[link_ordinal(1)]
| ^^^^^^^^^^^^^^^^^^ help: remove this attribute
|
note: attribute also specified here
2022-07-29 18:18:07 +00:00
--> $DIR/link-ordinal-multiple.rs:7:5
|
LL | #[link_ordinal(2)]
| ^^^^^^^^^^^^^^^^^^
error: multiple `link_ordinal` attributes
2022-07-29 18:18:07 +00:00
--> $DIR/link-ordinal-multiple.rs:9:5
|
LL | #[link_ordinal(1)]
| ^^^^^^^^^^^^^^^^^^ help: remove this attribute
|
note: attribute also specified here
2022-07-29 18:18:07 +00:00
--> $DIR/link-ordinal-multiple.rs:10:5
|
LL | #[link_ordinal(2)]
| ^^^^^^^^^^^^^^^^^^
2022-07-29 18:18:07 +00:00
error: aborting due to 2 previous errors