Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
unknown-lints
/
other.rs
blob: f917bff6d6022df6ddad99bc18cee8515b349daa [
file
] [
log
] [
blame
] [
edit
]
//@ ignore-test
// Companion to 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
()
{}