Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-raw-dylib-windows-gnu.rs
blob: 33f9c5393135f237370b5ccd5f3fc90af06e4251 [
file
] [
log
] [
blame
]
// gate-test-raw_dylib
// only-windows-gnu
#[
link
(
name
=
"foo"
,
kind
=
"raw-dylib"
)]
//~^ ERROR: kind="raw-dylib" is unstable
//~| WARNING: `#[link(...)]` with `kind = "raw-dylib"` not supported on windows-gnu
extern
"C"
{}
fn
main
()
{}