Sign in
rust
/
rust
/
fc2c72cb671b2f4ae64533c6ebcbf3bd51997dea
/
.
/
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
()
{
}