Skip to content

Commit c54b230

Browse files
committed
Add fixme
1 parent 6e62129 commit c54b230

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libsyntax/parse/parser.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,9 @@ impl<'a> Parser<'a> {
721721
// the most sense, which is immediately after the last token:
722722
//
723723
// {foo(bar {}}
724-
// - ^ help: `)` may belong here
724+
// - ^
725+
// | |
726+
// | help: `)` may belong here (FIXME: #58270)
725727
// |
726728
// unclosed delimiter
727729
if let Some(sp) = unmatched.unclosed_span {

0 commit comments

Comments
 (0)