Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-linkage.rs
blob: 15b8d442aeb9a79a7017a0e4a63ad5633a7463ce [
file
] [
log
] [
blame
]
extern
"C"
{
#[
linkage
=
"extern_weak"
]
static
foo
:
isize
;
//~^ ERROR: the `linkage` attribute is experimental and not portable
}
fn
main
()
{}