Remove DebugWithInfcx

This commit is contained in:
Michael Goulet
2024-06-06 10:08:55 -04:00
parent ebcb862bbb
commit 0fc18e3a17
17 changed files with 105 additions and 477 deletions

View File

@@ -61,7 +61,6 @@ use rustc_span::{ExpnId, ExpnKind, Span};
use rustc_target::abi::{Align, FieldIdx, Integer, IntegerType, VariantIdx};
pub use rustc_target::abi::{ReprFlags, ReprOptions};
pub use rustc_type_ir::relate::VarianceDiagInfo;
pub use rustc_type_ir::{DebugWithInfcx, InferCtxtLike, WithInfcx};
use tracing::{debug, instrument};
pub use vtable::*;