]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2627-raw-dylib/link-ordinal-multiple.stderr
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-2022-05-15
[rust.git] / src / test / ui / rfc-2627-raw-dylib / link-ordinal-multiple.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-multiple.rs:2: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: multiple `link_ordinal` attributes
11   --> $DIR/link-ordinal-multiple.rs:7:5
12    |
13 LL |     #[link_ordinal(1)]
14    |     ^^^^^^^^^^^^^^^^^^ help: remove this attribute
15    |
16 note: attribute also specified here
17   --> $DIR/link-ordinal-multiple.rs:8:5
18    |
19 LL |     #[link_ordinal(2)]
20    |     ^^^^^^^^^^^^^^^^^^
21
22 error: aborting due to previous error; 1 warning emitted
23