Skip to content

Commit

Permalink
Rollup merge of rust-lang#62154 - mark-i-m:old-fixme, r=Centril
Browse files Browse the repository at this point in the history
Remove old fixme

fixed in rust-lang#60160

r? @Centril
  • Loading branch information
Centril authored Jun 27, 2019
2 parents 9c368f2 + 182ce77 commit b732955
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 b732955

Please sign in to comment.