about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-06-27 23:01:11 +0200
committerGitHub <noreply@github.com>2019-06-27 23:01:11 +0200
commit0fe028eae01ade628b2cf7a12c2ef83fd2bb2522 (patch)
tree8581acad29d5004717f2a8c77a3dac7da6d50eb0 /src/libsyntax
parent274c3de16859ce03ae82d3468b551285991a88fc (diff)
parent182ce772efee7d3951e807113f069f9bceb87ef6 (diff)
downloadrust-0fe028eae01ade628b2cf7a12c2ef83fd2bb2522.tar.gz
rust-0fe028eae01ade628b2cf7a12c2ef83fd2bb2522.zip
Rollup merge of #62154 - mark-i-m:old-fixme, r=Centril
Remove old fixme

fixed in https://github.com/rust-lang/rust/pull/60160

r? @Centril
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/parse/diagnostics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/diagnostics.rs b/src/libsyntax/parse/diagnostics.rs
index 07fe521edb0..0ea0b2a694d 100644
--- a/src/libsyntax/parse/diagnostics.rs
+++ b/src/libsyntax/parse/diagnostics.rs
@@ -942,7 +942,7 @@ impl<'a> Parser<'a> {
                 //  {foo(bar {}}
                 //      -      ^
                 //      |      |
-                //      |      help: `)` may belong here (FIXME: #58270)
+                //      |      help: `)` may belong here
                 //      |
                 //      unclosed delimiter
                 if let Some(sp) = unmatched.unclosed_span {