Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
error-codes
/
E0428.rs
blob: eb9594fb8b6e3c3035852059a42a14c231c8d362 [
file
] [
log
] [
blame
] [
edit
]
struct
Bar
;
//~ previous definition of the type `Bar` here
struct
Bar
;
//~ ERROR E0428
fn
main
()
{
}