]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2627-raw-dylib/link-ordinal-invalid-format.stderr
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / ui / rfc-2627-raw-dylib / link-ordinal-invalid-format.stderr
1 warning: the feature `raw_dylib` is incomplete and may not be safe to use and/or cause compiler crashes
2   --> $DIR/link-ordinal-invalid-format.rs:1:12
3    |
4 LL | #![feature(raw_dylib)]
5    |            ^^^^^^^^^
6    |
7    = note: `#[warn(incomplete_features)]` on by default
8    = note: see issue #58713 <https://github.com/rust-lang/rust/issues/58713> for more information
9
10 error: illegal ordinal format in `link_ordinal`
11   --> $DIR/link-ordinal-invalid-format.rs:6:5
12    |
13 LL |     #[link_ordinal("JustMonika")]
14    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15    |
16    = note: an unsuffixed integer value, e.g., `1`, is expected
17
18 error: illegal ordinal format in `link_ordinal`
19   --> $DIR/link-ordinal-invalid-format.rs:9:5
20    |
21 LL |     #[link_ordinal("JustMonika")]
22    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23    |
24    = note: an unsuffixed integer value, e.g., `1`, is expected
25
26 error: aborting due to 2 previous errors; 1 warning emitted
27