Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
link-native-libs
/
link-attr-validation-early.rs
blob: a7dd80f8920566e35e5d79c40cc082b20053398a [
file
] [
log
] [
blame
]
// Top-level ill-formed
#[
link
]
//~ ERROR valid forms for the attribute are
//~| WARN this was previously accepted
#[
link
=
"foo"
]
//~ ERROR valid forms for the attribute are
//~| WARN this was previously accepted
extern
"C"
{}
fn
main
()
{}