Migrate all diagnostics
This commit is contained in:
parent
2459569776
commit
c65ebae221
58 changed files with 1279 additions and 1318 deletions
|
@ -926,7 +926,7 @@ impl<'a> Parser<'a> {
|
|||
if self.eat(&token::Gt) {
|
||||
e.span_suggestion_verbose(
|
||||
binop.span.shrink_to_lo(),
|
||||
fluent::parser::sugg_turbofish_syntax,
|
||||
fluent::parser_sugg_turbofish_syntax,
|
||||
"::",
|
||||
Applicability::MaybeIncorrect,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue