Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn foo() {}
fn bar() -> [u8; 2] {
foo()
[1, 3) //~ ERROR mismatched closing delimiter
}
fn main() {}