rustc/tests/ui/tool-attributes/diagnostic_item.rs
2023-08-02 11:30:00 +02:00

4 lines
110 B
Rust

#[rustc_diagnostic_item = "foomp"] //~ ERROR compiler internal support for linting
struct Foomp;
fn main() {}