Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
ui
/
error-codes
/
E0428.rs
blob: 08393b009d5eb300a4146751a07586b5d387f3ec [
file
]
//@ dont-require-annotations: NOTE
struct
Bar
;
//~ NOTE previous definition of the type `Bar` here
struct
Bar
;
//~ ERROR E0428
fn
main
()
{
}