Skip to content

Commit

Permalink
really fix ui test errors for real
Browse files Browse the repository at this point in the history
  • Loading branch information
canndrew committed Mar 14, 2018
1 parent 04cad56 commit b4f1081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/ui/feature-gate-exhaustive-patterns.stderr
Expand Up @@ -4,4 +4,7 @@ error[E0005]: refutable pattern in local binding: `Err(_)` not covered
LL | let Ok(_x) = foo(); //~ ERROR refutable pattern in local binding
| ^^^^^^ pattern `Err(_)` not covered

error: aborting due to previous error

If you want more information on this error, try using "rustc --explain E0005"

0 comments on commit b4f1081

Please sign in to comment.