diff options
| author | Michael Goulet <michael@errs.io> | 2024-01-07 17:11:48 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-01-07 18:00:03 +0000 |
| commit | 7e38b70cc020a0a472c8eafb77cd3fec45f79ae1 (patch) | |
| tree | 443ff18df78582e40f32dac81571c7b6519866af /compiler/rustc_ast_lowering/src/errors.rs | |
| parent | 0f3957487b167e0cc6339948244312e0978838d1 (diff) | |
| download | rust-7e38b70cc020a0a472c8eafb77cd3fec45f79ae1.tar.gz rust-7e38b70cc020a0a472c8eafb77cd3fec45f79ae1.zip | |
Split note, fix const/static impl trait error
Diffstat (limited to 'compiler/rustc_ast_lowering/src/errors.rs')
| -rw-r--r-- | compiler/rustc_ast_lowering/src/errors.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_ast_lowering/src/errors.rs b/compiler/rustc_ast_lowering/src/errors.rs index 710690d0d86..faa22eece38 100644 --- a/compiler/rustc_ast_lowering/src/errors.rs +++ b/compiler/rustc_ast_lowering/src/errors.rs @@ -90,6 +90,7 @@ pub enum AssocTyParenthesesSub { #[derive(Diagnostic)] #[diag(ast_lowering_misplaced_impl_trait, code = "E0562")] +#[note] pub struct MisplacedImplTrait<'a> { #[primary_span] pub span: Span, |
