Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dtype_variable.rs107 pub struct TypeVariableTable<'a, 'tcx> { struct
108 storage: &'a mut TypeVariableStorage<'tcx>,
110 undo_log: &'a mut InferCtxtUndoLogs<'tcx>,
199 impl<'tcx> TypeVariableTable<'_, 'tcx> { impl