Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
type v = [isize * 3];
//~^ ERROR expected `;` or `]`, found `*`
//~| WARN type `v` should have an upper camel case name [non_camel_case_types]
fn main() {}