Simplify diff
This commit is contained in:
parent
dbda675419
commit
d8c29b3e28
@ -190,10 +190,10 @@ pub struct InferCtxtInner<'tcx> {
|
|||||||
/// that all type inference variables have been bound and so forth.
|
/// that all type inference variables have been bound and so forth.
|
||||||
region_obligations: Vec<(hir::HirId, RegionObligation<'tcx>)>,
|
region_obligations: Vec<(hir::HirId, RegionObligation<'tcx>)>,
|
||||||
|
|
||||||
|
undo_log: InferCtxtUndoLogs<'tcx>,
|
||||||
|
|
||||||
/// Caches for opaque type inference.
|
/// Caches for opaque type inference.
|
||||||
pub opaque_type_storage: OpaqueTypeStorage<'tcx>,
|
pub opaque_type_storage: OpaqueTypeStorage<'tcx>,
|
||||||
|
|
||||||
undo_log: InferCtxtUndoLogs<'tcx>,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'tcx> InferCtxtInner<'tcx> {
|
impl<'tcx> InferCtxtInner<'tcx> {
|
||||||
|
Loading…
Reference in New Issue
Block a user