2020-04-22 03:21:32 -05:00
|
|
|
warning: the feature `raw_dylib` is incomplete and may not be safe to use and/or cause compiler crashes
|
2019-09-19 12:48:30 -05:00
|
|
|
--> $DIR/link-ordinal-too-large.rs:1:12
|
|
|
|
|
|
|
|
|
LL | #![feature(raw_dylib)]
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `#[warn(incomplete_features)]` on by default
|
2020-04-22 03:21:32 -05:00
|
|
|
= note: see issue #58713 <https://github.com/rust-lang/rust/issues/58713> for more information
|
2019-09-19 12:48:30 -05:00
|
|
|
|
2021-09-10 19:34:09 -05:00
|
|
|
error: ordinal value in `link_ordinal` is too large: `72436`
|
2019-09-19 12:48:30 -05:00
|
|
|
--> $DIR/link-ordinal-too-large.rs:6:5
|
|
|
|
|
|
2021-09-10 19:34:09 -05:00
|
|
|
LL | #[link_ordinal(72436)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2019-09-19 12:48:30 -05:00
|
|
|
|
|
2021-09-10 19:34:09 -05:00
|
|
|
= note: the value may not exceed `u16::MAX`
|
2019-09-19 12:48:30 -05:00
|
|
|
|
2022-08-02 13:36:41 -05:00
|
|
|
error: ordinal value in `link_ordinal` is too large: `72436`
|
|
|
|
--> $DIR/link-ordinal-too-large.rs:9:5
|
|
|
|
|
|
|
|
|
LL | #[link_ordinal(72436)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: the value may not exceed `u16::MAX`
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors; 1 warning emitted
|
2019-09-19 12:48:30 -05:00
|
|
|
|