Fix diagnostics with errors
This commit is contained in:
parent
9b5574f028
commit
220bb61b33
8 changed files with 35 additions and 36 deletions
|
@ -137,7 +137,7 @@ hir_analysis_missing_trait_item_suggestion = implement the missing item: `{$snip
|
|||
|
||||
hir_analysis_missing_trait_item_unstable = not all trait items implemented, missing: `{$missing_item_name}`
|
||||
.note = default implementation of `{$missing_item_name}` is unstable
|
||||
.some_note = use of unstable library feature '{$feature}': {$r}
|
||||
.some_note = use of unstable library feature '{$feature}': {$reason}
|
||||
.none_note = use of unstable library feature '{$feature}'
|
||||
|
||||
hir_analysis_missing_type_params =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue