Skip to content

Commit 72b56cf

Browse files
authored
Rollup merge of rust-lang#62154 - mark-i-m:old-fixme, r=Centril
Remove old fixme fixed in rust-lang#60160 r? @Centril
2 parents b553e7d + 182ce77 commit 72b56cf

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)