Simplify diff
This commit is contained in:
parent
dbda675419
commit
d8c29b3e28
1 changed files with 2 additions and 2 deletions
|
@ -190,10 +190,10 @@ pub struct InferCtxtInner<'tcx> {
|
|||
/// that all type inference variables have been bound and so forth.
|
||||
region_obligations: Vec<(hir::HirId, RegionObligation<'tcx>)>,
|
||||
|
||||
undo_log: InferCtxtUndoLogs<'tcx>,
|
||||
|
||||
/// Caches for opaque type inference.
|
||||
pub opaque_type_storage: OpaqueTypeStorage<'tcx>,
|
||||
|
||||
undo_log: InferCtxtUndoLogs<'tcx>,
|
||||
}
|
||||
|
||||
impl<'tcx> InferCtxtInner<'tcx> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue