mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-05 06:27:38 +00:00
8 lines
130 B
Rust
8 lines
130 B
Rust
![]() |
//@ check-fail
|
||
|
|
||
|
#![deny(unknown_lints)]
|
||
|
#![allow(test_unstable_lint)]
|
||
|
//~^ ERROR unknown lint: `test_unstable_lint`
|
||
|
|
||
|
fn main() {}
|