Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// check-pass
fn main() {
let _a = ..;
let _b = ..=10;
let _c = &..;
let _d = &..=10;
}