mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-03 05:52:04 +00:00
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
// run-rustfix
|
|
|
|
pub struct T(String);
|
|
//~^ ERROR missing `struct` for struct definition
|
|
|
|
fn main() {}
|