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 e95d842 commit 5529925Copy full SHA for 5529925
compiler/rustc_middle/src/ty/context.rs
@@ -839,7 +839,6 @@ impl<'tcx> rustc_type_ir::inherent::Features<TyCtxt<'tcx>> for &'tcx rustc_featu
839
// This is to prevent accidentally leaking unstable APIs to stable.
840
!self.staged_api() && self.enabled(symbol)
841
}
842
-
843
844
845
impl<'tcx> rustc_type_ir::inherent::Span<TyCtxt<'tcx>> for Span {
compiler/rustc_type_ir/src/inherent.rs
@@ -585,7 +585,6 @@ pub trait Features<I: Interner>: Copy {
585
fn associated_const_equality(self) -> bool;
586
587
fn feature_bound_holds_in_crate(self, symbol: I::Symbol) -> bool;
588
589
590
591
pub trait DefId<I: Interner>: Copy + Debug + Hash + Eq + TypeFoldable<I> {
0 commit comments