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