mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-28 09:15:08 +00:00
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
//@ run-rustfix
|
|
|
|
#[allow(dead_code)]
|
|
pub struct T(String);
|
|
//~^ ERROR missing `struct` for struct definition
|
|
|
|
fn main() {}
|