Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-static-nobundle.rs
blob: e4bfe8e8e05cae507bda21f81492bf3e91ceb0f5 [
file
] [
log
] [
blame
]
#[
link
(
name
=
"foo"
,
kind
=
"static-nobundle"
)]
//~^ WARNING: library kind `static-nobundle` has been superseded by specifying modifier `-bundle` with library kind `static`
//~^^ ERROR: kind="static-nobundle" is unstable
extern
"C"
{}
fn
main
()
{}