Match crate and slug names
This commit is contained in:
@@ -937,7 +937,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::parse_sugg_turbofish_syntax,
|
||||
"::",
|
||||
Applicability::MaybeIncorrect,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user