ac56007ea7
This reverts commit13314df21b
, reversing changes made to6e534c73c3
.
7 lines
116 B
Rust
7 lines
116 B
Rust
//@ run-rustfix
|
|
|
|
pub T(#[allow(dead_code)] String);
|
|
//~^ ERROR missing `struct` for struct definition
|
|
|
|
fn main() {}
|