blob: daba6986864084c0fdd38e6d8c573bf9cf52671b (
plain)
1
2
3
4
5
6
7
8
9
10
|
#![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
|