summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/token-error-correct.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/token-error-correct.stderr')
-rw-r--r--tests/ui/resolve/token-error-correct.stderr10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/ui/resolve/token-error-correct.stderr b/tests/ui/resolve/token-error-correct.stderr
index ca0c4c18a..35b2d0b32 100644
--- a/tests/ui/resolve/token-error-correct.stderr
+++ b/tests/ui/resolve/token-error-correct.stderr
@@ -5,16 +5,8 @@ LL | fn main() {
| - closing delimiter possibly meant for this
LL | foo(bar(;
| ^ unclosed delimiter
-LL |
LL | }
| ^ mismatched closing delimiter
-error[E0425]: cannot find function `bar` in this scope
- --> $DIR/token-error-correct.rs:4:9
- |
-LL | foo(bar(;
- | ^^^ 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`.