Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// check-pass
fn main() {
assert_eq!(&mut [0; 1][..], &mut []);
}