summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/token-error-correct-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/token-error-correct-2.stderr')
-rw-r--r--tests/ui/resolve/token-error-correct-2.stderr10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/ui/resolve/token-error-correct-2.stderr b/tests/ui/resolve/token-error-correct-2.stderr
index cca9f2dc8..be5fb18a5 100644
--- a/tests/ui/resolve/token-error-correct-2.stderr
+++ b/tests/ui/resolve/token-error-correct-2.stderr
@@ -3,16 +3,8 @@ error: mismatched closing delimiter: `)`
|
LL | if foo {
| ^ unclosed delimiter
-LL |
LL | )
| ^ mismatched closing delimiter
-error[E0425]: cannot find value `foo` in this scope
- --> $DIR/token-error-correct-2.rs:4:8
- |
-LL | if foo {
- | ^^^ not found in this scope
-
-error: aborting due to 2 previous errors
+error: aborting due to previous error
-For more information about this error, try `rustc --explain E0425`.