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