Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
error-codes
/
E0428.rs
blob: eb9594fb8b6e3c3035852059a42a14c231c8d362 [
file
]
struct
Bar
;
//~ previous definition of the type `Bar` here
struct
Bar
;
//~ ERROR E0428
fn
main
()
{
}