diff options
Diffstat (limited to 'compiler/rustc_hir_analysis/src/errors.rs')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/errors.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/src/errors.rs b/compiler/rustc_hir_analysis/src/errors.rs index f6783364f16..a77f967a5ca 100644 --- a/compiler/rustc_hir_analysis/src/errors.rs +++ b/compiler/rustc_hir_analysis/src/errors.rs @@ -1690,11 +1690,13 @@ pub struct CmseCallInputsStackSpill { #[primary_span] #[label] pub span: Span, + pub plural: bool, } #[derive(Diagnostic)] #[diag(hir_analysis_cmse_call_output_stack_spill, code = E0798)] -#[note] +#[note(hir_analysis_note1)] +#[note(hir_analysis_note2)] pub struct CmseCallOutputStackSpill { #[primary_span] #[label] |
