fn matcher(x: option) { alt x { ref some(i) => {} //~ ERROR expected identifier, found enum pattern none => {} } } fn main() {}