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

9 lines
122 B
Rust
Raw Normal View History

2016-05-27 22:06:24 +02:00
struct Foo {
field1: i32,
2016-05-27 22:06:24 +02:00
field1: i32,
2016-08-04 15:09:15 -04:00
//~^ ERROR field `field1` is already declared [E0124]
2016-05-27 22:06:24 +02:00
}
fn main() {
}