mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
8 lines
144 B
Rust
8 lines
144 B
Rust
//@ dont-require-annotations: NOTE
|
|
|
|
struct Bar; //~ NOTE previous definition of the type `Bar` here
|
|
struct Bar; //~ ERROR E0428
|
|
|
|
fn main () {
|
|
}
|