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

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

19 lines
490 B
Plaintext
Raw Normal View History

error: ordinal value in `link_ordinal` is too large: `72436`
2022-07-29 13:18:07 -05:00
--> $DIR/link-ordinal-too-large.rs:5:5
|
LL | #[link_ordinal(72436)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: the value may not exceed `u16::MAX`
error: ordinal value in `link_ordinal` is too large: `72436`
2022-07-29 13:18:07 -05:00
--> $DIR/link-ordinal-too-large.rs:8:5
|
LL | #[link_ordinal(72436)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: the value may not exceed `u16::MAX`
2022-07-29 13:18:07 -05:00
error: aborting due to 2 previous errors