Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub fn main() {
match 22 {
0 .. 3 => {} //~ ERROR exclusive range pattern syntax is experimental
_ => {}
}