about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-68987-unmatch-issue-2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/issues/issue-68987-unmatch-issue-2.rs')
-rw-r--r--tests/ui/parser/issues/issue-68987-unmatch-issue-2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/issues/issue-68987-unmatch-issue-2.rs b/tests/ui/parser/issues/issue-68987-unmatch-issue-2.rs
index 89aaa68ba40..9b4452ed2a1 100644
--- a/tests/ui/parser/issues/issue-68987-unmatch-issue-2.rs
+++ b/tests/ui/parser/issues/issue-68987-unmatch-issue-2.rs
@@ -1,7 +1,7 @@
 // FIXME: this case need more work to fix
 // currently the TokenTree matching ')' with '{', which is not user friendly for diagnostics
 async fn obstest() -> Result<> {
-    let obs_connect = || -> Result<(), MyError) { //~ ERROR mismatched closing delimiter
+    let obs_connect = || -> Result<(), MyError) {
         async {
         }
     }