Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
pub
/
pub-ident-struct-4.rs
blob: 5c721c25a781503d3e7ffd52838245677c55e863 [
file
] [
log
] [
blame
] [
edit
]
//@ run-rustfix
pub
T
(#[
allow
(
dead_code
)]
String
);
//~^ ERROR missing `struct` for struct definition
fn
main
()
{}