Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct BuildData {
foo: isize,
//~^ ERROR field `foo` is already declared [E0124]
}
fn main() {