mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
7 lines
95 B
Rust
7 lines
95 B
Rust
![]() |
// run-rustfix
|
||
|
|
||
|
pub T(String);
|
||
|
//~^ ERROR missing `struct` for struct definition
|
||
|
|
||
|
fn main() {}
|