Match crate and slug names

This commit is contained in:
mejrs 2022-11-07 19:47:32 +01:00
parent 736c675d2a
commit fe212eca76
17 changed files with 652 additions and 605 deletions

View file

@ -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,
)