diff options
| author | Michael Goulet <michael@errs.io> | 2025-04-25 16:14:24 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2025-04-27 22:05:07 +0000 |
| commit | 3ab6051b95130bf5e8363a04bae4b9b5c64a8678 (patch) | |
| tree | 8c6601ccacc39b7337591274474f17614cb946f6 /compiler/rustc_hir_analysis/src/errors.rs | |
| parent | be181dd75c83d72fcc95538e235768bc367b76b9 (diff) | |
| download | rust-3ab6051b95130bf5e8363a04bae4b9b5c64a8678.tar.gz rust-3ab6051b95130bf5e8363a04bae4b9b5c64a8678.zip | |
Move inline_asm to typeck, properly handle aliases
Diffstat (limited to 'compiler/rustc_hir_analysis/src/errors.rs')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/errors.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/rustc_hir_analysis/src/errors.rs b/compiler/rustc_hir_analysis/src/errors.rs index 508970cf255..2b1661aaac8 100644 --- a/compiler/rustc_hir_analysis/src/errors.rs +++ b/compiler/rustc_hir_analysis/src/errors.rs @@ -1675,14 +1675,6 @@ pub(crate) struct CmseEntryGeneric { pub span: Span, } -#[derive(Diagnostic)] -#[diag(hir_analysis_register_type_unstable)] -pub(crate) struct RegisterTypeUnstable<'a> { - #[primary_span] - pub span: Span, - pub ty: Ty<'a>, -} - #[derive(LintDiagnostic)] #[diag(hir_analysis_supertrait_item_shadowing)] pub(crate) struct SupertraitItemShadowing { |
