mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 07:48:55 +00:00
4 lines
110 B
Rust
4 lines
110 B
Rust
#[rustc_diagnostic_item = "foomp"] //~ ERROR compiler internal support for linting
|
|
struct Foomp;
|
|
fn main() {}
|