diff options
| author | Andrew Cann <shum@canndrew.org> | 2018-03-01 13:54:20 +0800 |
|---|---|---|
| committer | Andrew Cann <shum@canndrew.org> | 2018-03-14 12:44:52 +0800 |
| commit | b4f1081af1fa0ef9b579f8a9e469aa9803057c68 (patch) | |
| tree | 038da4e25f337dd571f429b395d46dc38a3f5471 | |
| parent | 04cad569159006492f8d3c82bf2a07ced75363db (diff) | |
| download | rust-b4f1081af1fa0ef9b579f8a9e469aa9803057c68.tar.gz rust-b4f1081af1fa0ef9b579f8a9e469aa9803057c68.zip | |
really fix ui test errors for real
| -rw-r--r-- | src/test/ui/feature-gate-exhaustive-patterns.stderr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/ui/feature-gate-exhaustive-patterns.stderr b/src/test/ui/feature-gate-exhaustive-patterns.stderr index 864c57e033f..8bf8641ab68 100644 --- a/src/test/ui/feature-gate-exhaustive-patterns.stderr +++ b/src/test/ui/feature-gate-exhaustive-patterns.stderr @@ -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" |
