1 2 3 4 5 6
pub fn main() { match 22 { 0 .. 3 => {} //~ ERROR exclusive range pattern syntax is experimental _ => {} } }