Update E0005 Unit-Test

This commit is contained in:
Dustin Bensing 2016-08-17 00:40:08 +02:00
parent 1fc18aab5d
commit 4cfdf634c1

View File

@ -11,4 +11,5 @@
fn main() {
let x = Some(1);
let Some(y) = x; //~ ERROR E0005
//~| NOTE pattern `None` not covered
}