]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2627-raw-dylib/raw-dylib-windows-only.stderr
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / ui / rfc-2627-raw-dylib / raw-dylib-windows-only.stderr
1 warning: the feature `raw_dylib` is incomplete and may not be safe to use and/or cause compiler crashes
2   --> $DIR/raw-dylib-windows-only.rs:3: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[E0455]: link kind `raw-dylib` is only supported on Windows targets
11   --> $DIR/raw-dylib-windows-only.rs:5:29
12    |
13 LL | #[link(name = "foo", kind = "raw-dylib")]
14    |                             ^^^^^^^^^^^
15
16 error: aborting due to previous error; 1 warning emitted
17
18 For more information about this error, try `rustc --explain E0455`.