summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0428.rs
blob: eb9594fb8b6e3c3035852059a42a14c231c8d362 (plain)
1
2
3
4
5
struct Bar; //~ previous definition of the type `Bar` here
struct Bar; //~ ERROR E0428

fn main () {
}