Skip to content

Commit d8c29b3

Browse files
committed
Simplify diff
1 parent dbda675 commit d8c29b3

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_infer/src/infer

1 file changed

+2
-2
lines changed

compiler/rustc_infer/src/infer/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ pub struct InferCtxtInner<'tcx> {
190190
/// that all type inference variables have been bound and so forth.
191191
region_obligations: Vec<(hir::HirId, RegionObligation<'tcx>)>,
192192

193+
undo_log: InferCtxtUndoLogs<'tcx>,
194+
193195
/// Caches for opaque type inference.
194196
pub opaque_type_storage: OpaqueTypeStorage<'tcx>,
195-
196-
undo_log: InferCtxtUndoLogs<'tcx>,
197197
}
198198

199199
impl<'tcx> InferCtxtInner<'tcx> {

0 commit comments

Comments
 (0)