Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
linkage-attr
/
link-attr-validation-early.rs
blob: b9a835fb5e92148ea5fed701b09cfa3196a712bd [
file
] [
log
] [
blame
] [
edit
]
// Top-level ill-formed
#[
link
]
//~ ERROR attribute must be of the form
//~| WARN this was previously accepted
#[
link
=
"foo"
]
//~ ERROR attribute must be of the form
//~| WARN this was previously accepted
extern
"C"
{}
fn
main
()
{}