Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
lint
/
unknown-lints
/
other.rs
blob: 7770bc59108d778759baf86c39730c926d21286e [
file
] [
log
] [
blame
]
//@ ignore-auxiliary (used by `./allow-in-other-module.rs`)
// This should not warn.
#![
allow
(
not_a_real_lint
)]
// This should not warn, either.
#[
allow
(
not_a_real_lint
)]
fn
m
()
{}