Skip to content

Commit 182ce77

Browse files
committedJun 26, 2019
remove old fixme
1 parent d3e2cec commit 182ce77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libsyntax/parse/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ impl<'a> Parser<'a> {
942942
// {foo(bar {}}
943943
// - ^
944944
// | |
945-
// | help: `)` may belong here (FIXME: #58270)
945+
// | help: `)` may belong here
946946
// |
947947
// unclosed delimiter
948948
if let Some(sp) = unmatched.unclosed_span {

0 commit comments

Comments
 (0)
Please sign in to comment.