Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
lint
/
linker-warning.rs
blob: 10e3f56ab9590847eefbe1e28ad11f999332ed94 [
file
] [
log
] [
blame
]
//@ check-pass
#![
crate_type
=
"lib"
]
#![
warn
(
unused_attributes
)]
#![
allow
(
linker_messages
)]
//~^ WARNING unused attribute
#[
allow
(
linker_messages
)]
//~^ WARNING should be an inner attribute
fn
foo
()
{}