Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
ui
/
pub
/
pub-ident-struct-4.fixed
blob: b49fa678e1b7d3221777cce538f499f786ebbbd4 [
file
] [
log
] [
blame
]
// run-rustfix
pub
struct
T
(
String
);
//~^ ERROR missing `struct` for struct definition
fn main
()
{}