2022-09-12 13:10:35 -05:00
|
|
|
#![deny(unknown_lints)]
|
|
|
|
//~^ NOTE defined here
|
|
|
|
#![allow(rustdoc::missing_doc_code_examples)]
|
|
|
|
//~^ ERROR unknown lint
|
|
|
|
//~| ERROR unknown lint
|
2023-02-16 08:03:31 -06:00
|
|
|
//~| ERROR unknown lint
|
|
|
|
//~| NOTE lint is unstable
|
2022-09-12 13:10:35 -05:00
|
|
|
//~| NOTE lint is unstable
|
|
|
|
//~| NOTE lint is unstable
|
|
|
|
//~| NOTE see issue
|
|
|
|
//~| NOTE see issue
|
2023-02-16 08:03:31 -06:00
|
|
|
//~| NOTE see issue
|