Add help to hir_analysis_unrecognized_intrinsic_function
To help remind forgetful people like me what step they forgot.
This commit is contained in:
parent
cabdf3ad25
commit
5793f82030
6 changed files with 14 additions and 0 deletions
|
@ -462,6 +462,7 @@ hir_analysis_unrecognized_atomic_operation =
|
|||
hir_analysis_unrecognized_intrinsic_function =
|
||||
unrecognized intrinsic function: `{$name}`
|
||||
.label = unrecognized intrinsic
|
||||
.help = if you're adding an intrinsic, be sure to update `check_intrinsic_type`
|
||||
|
||||
hir_analysis_unused_associated_type_bounds =
|
||||
unnecessary associated type bound for not object safe associated type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue