We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcbcc7 commit 69f26bfCopy full SHA for 69f26bf
compiler/rustc_middle/src/ty/diagnostics.rs
@@ -628,11 +628,3 @@ impl<'tcx> FallibleTypeFolder<TyCtxt<'tcx>> for MakeSuggestableFolder<'tcx> {
628
c.try_super_fold_with(self)
629
}
630
631
-
632
-#[derive(Diagnostic)]
633
-#[diag(middle_const_not_used_in_type_alias)]
634
-pub(super) struct ConstNotUsedTraitAlias {
635
- pub ct: String,
636
- #[primary_span]
637
- pub span: Span,
638
-}
0 commit comments