]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2627-raw-dylib/raw-dylib-windows-only.stderr
Rollup merge of #105983 - compiler-errors:issue-105981, r=tmiasko
[rust.git] / src / test / ui / rfc-2627-raw-dylib / raw-dylib-windows-only.stderr
1 error[E0455]: link kind `raw-dylib` is only supported on Windows targets
2   --> $DIR/raw-dylib-windows-only.rs:4:29
3    |
4 LL | #[link(name = "foo", kind = "raw-dylib")]
5    |                             ^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0455`.