rust/src/test/ui/rfc-2627-raw-dylib/link-ordinal-invalid-format.stderr

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

20 lines
674 B
Plaintext
Raw Normal View History

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
--> $DIR/link-ordinal-invalid-format.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
error: illegal ordinal format in `link_ordinal`
--> $DIR/link-ordinal-invalid-format.rs:6:5
|
LL | #[link_ordinal("JustMonika")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: an unsuffixed integer value, e.g., `1`, is expected
error: aborting due to previous error; 1 warning emitted