Add fixme
This commit is contained in:
parent
6e62129b36
commit
c54b230fa1
1 changed files with 3 additions and 1 deletions
|
@ -721,7 +721,9 @@ impl<'a> Parser<'a> {
|
||||||
// the most sense, which is immediately after the last token:
|
// the most sense, which is immediately after the last token:
|
||||||
//
|
//
|
||||||
// {foo(bar {}}
|
// {foo(bar {}}
|
||||||
// - ^ help: `)` may belong here
|
// - ^
|
||||||
|
// | |
|
||||||
|
// | help: `)` may belong here (FIXME: #58270)
|
||||||
// |
|
// |
|
||||||
// unclosed delimiter
|
// unclosed delimiter
|
||||||
if let Some(sp) = unmatched.unclosed_span {
|
if let Some(sp) = unmatched.unclosed_span {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue