blob: c7612fd50a74efd8782168c60c95e0d8a2c07110 [file] [log] [blame]
fn main() {
let x = Some(1);
match x { } //~ ERROR E0004
}