mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
11 lines
236 B
Rust
11 lines
236 B
Rust
![]() |
#![deny(unknown_lints)]
|
||
|
//~^ NOTE defined here
|
||
|
|
||
|
#![allow(rustdoc::missing_doc_code_examples)]
|
||
|
//~^ ERROR unknown lint
|
||
|
//~| ERROR unknown lint
|
||
|
//~| NOTE lint is unstable
|
||
|
//~| NOTE lint is unstable
|
||
|
//~| NOTE see issue
|
||
|
//~| NOTE see issue
|