error[E0005]: refutable pattern in local binding: `None` not covered --> $DIR/E0005.rs:13:9 | LL | let Some(y) = x; //~ ERROR E0005 | ^^^^^^^ pattern `None` not covered error: aborting due to previous error If you want more information on this error, try using "rustc --explain E0005"