1
Fork 0

Add fixme

This commit is contained in:
Esteban Küber 2019-02-07 06:20:23 -08:00
parent 6e62129b36
commit c54b230fa1

View file

@ -721,7 +721,9 @@ impl<'a> Parser<'a> {
// the most sense, which is immediately after the last token:
//
// {foo(bar {}}
// - ^ help: `)` may belong here
// - ^
// | |
// | help: `)` may belong here (FIXME: #58270)
// |
// unclosed delimiter
if let Some(sp) = unmatched.unclosed_span {