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,
|
||||
|
@ -5,4 +5,4 @@ fn main() {
|
||||
//~^ ERROR: expected one of
|
||||
//~| HELP: you might have meant to make a slice with range index
|
||||
//~| HELP: maybe write a path separator here
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user