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 3506378 commit 697f457Copy full SHA for 697f457
compiler/rustc_middle/src/ty/context.rs
@@ -842,7 +842,6 @@ impl<'tcx> rustc_type_ir::inherent::Features<TyCtxt<'tcx>> for &'tcx rustc_featu
842
// This is to prevent accidentally leaking unstable APIs to stable.
843
!self.staged_api() && self.enabled(symbol)
844
}
845
-
846
847
848
impl<'tcx> rustc_type_ir::inherent::Span<TyCtxt<'tcx>> for Span {
compiler/rustc_type_ir/src/inherent.rs
@@ -594,7 +594,6 @@ pub trait Features<I: Interner>: Copy {
594
fn associated_const_equality(self) -> bool;
595
596
fn feature_bound_holds_in_crate(self, symbol: I::Symbol) -> bool;
597
598
599
600
pub trait DefId<I: Interner>: Copy + Debug + Hash + Eq + TypeFoldable<I> {
0 commit comments