Skip to content

Commit

Permalink
remove old fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Jun 26, 2019
1 parent d3e2cec commit 182ce77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/parse/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 182ce77

Please sign in to comment.