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
|
@ -143,6 +143,7 @@ pub struct WrongNumberOfGenericArgumentsToIntrinsic<'a> {
|
|||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(hir_analysis_unrecognized_intrinsic_function, code = E0093)]
|
||||
#[help]
|
||||
pub struct UnrecognizedIntrinsicFunction {
|
||||
#[primary_span]
|
||||
#[label]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue