Home
last modified time | relevance | path

Searched defs:TypeVariableStorage (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dtype_variable.rs52 impl<'tcx> Rollback<UndoLog<'tcx>> for TypeVariableStorage<'tcx> { implementation
63 pub struct TypeVariableStorage<'tcx> { struct
64 values: sv::SnapshotVecStorage<Delegate>,
69 eq_relations: ut::UnificationTableStorage<TyVidEqKey<'tcx>>,
108 storage: &'a mut TypeVariableStorage<'tcx>, argument
176 impl<'tcx> TypeVariableStorage<'tcx> { implementation