This reverts commit 13314df21b0bb0cdd02c6760581d1b9f1052fa7e, reversing changes made to 6e534c73c35f569492ed5fb5f349075d58ed8b7e.
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() {}
|