Make tidy test happy
This commit is contained in:
parent
e65c060d78
commit
61c3e4d56e
@ -573,7 +573,7 @@ pub(crate) fn parse_block_tail(
|
||||
if self.prev_token.is_integer_lit()
|
||||
&& self.look_ahead(1, |token| token.is_integer_lit())
|
||||
{
|
||||
// TODO(hkmatsumoto): Might be better to trigger
|
||||
// FIXME(hkmatsumoto): Might be better to trigger
|
||||
// this only when parsing an index expression.
|
||||
err.span_suggestion_verbose(
|
||||
self.token.span,
|
||||
|
Loading…
Reference in New Issue
Block a user