summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0005.stderr
blob: 56a4bcffc81a2e6dedfefb7309c13289fe0074f0 (plain)
1
2
3
4
5
6
7
8
9
error[E0005]: refutable pattern in local binding: `None` not covered
  --> $DIR/E0005.rs:3:9
   |
LL |     let Some(y) = x;
   |         ^^^^^^^ pattern `None` not covered

error: aborting due to previous error

For more information about this error, try `rustc --explain E0005`.