Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// build-fail
fn main() {
let array = [std::env::args().len()];
array[1]; //~ ERROR operation will panic
}