Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
proc-macro
/
no-macro-use-attr.rs
blob: 2520037813118ab1c6ac3f63b9bd2345c88be8b2 [
file
] [
log
] [
blame
]
//@ check-pass
//@ proc-macro: test-macros.rs
#![
warn
(
unused_extern_crates
)]
extern
crate test_macros
;
//~^ WARN unused extern crate
fn
main
()
{}