mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-03 00:29:31 +00:00
8 lines
212 B
Rust
8 lines
212 B
Rust
// compile-flags: -Zdeduplicate-diagnostics=yes
|
|
#![deny(unknown_lints)]
|
|
//~^ NOTE defined here
|
|
#![allow(rustdoc::missing_doc_code_examples)]
|
|
//~^ ERROR unknown lint
|
|
//~| NOTE lint is unstable
|
|
//~| NOTE see issue
|