1
Fork 0

Tweak wording of missing angle backets in qualified path

This commit is contained in:
Esteban Küber 2023-09-28 00:37:20 +00:00
parent 5899a80ae6
commit 3848ffcee7
7 changed files with 162 additions and 32 deletions

View file

@ -509,7 +509,7 @@ parse_maybe_fn_typo_with_impl = you might have meant to write `impl` instead of
parse_maybe_recover_from_bad_qpath_stage_2 =
missing angle brackets in associated item path
.suggestion = try: `{$ty}`
.suggestion = types that don't start with an identifier need to be surrounded with angle brackets in qualified paths
parse_maybe_recover_from_bad_type_plus =
expected a path on the left-hand side of `+`, not `{$ty}`