Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
e42a4ca53b274dbfd94ea8f712dd9715d2e8fea5
/
.
/
tests
/
ui
/
macros
/
out-of-scope-macro-calls-lint-registered.rs
blob: 0736c373d576e1ffb13c28bf5e25d2a8f8533ddb [
file
] [
log
] [
blame
]
//@ check-pass
#![
deny
(
unknown_lints
)]
#![
allow
(
out_of_scope_macro_calls
)]
fn
main
()
{}