rust/tests/ui/resolve/issue-3099-a.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
96 B
Rust
Raw Normal View History

enum A { B, C }
enum A { D, E } //~ ERROR the name `A` is defined multiple times
fn main() {}