rustc/tests/ui/lint/unknown-lints/other.rs
2024-05-27 22:45:50 +02:00

11 lines
180 B
Rust

// 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() {}