Match crate and slug names
This commit is contained in:
parent
736c675d2a
commit
fe212eca76
17 changed files with 652 additions and 605 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue