Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dtype_variable.rs143 pub(crate) struct TypeVariableData { struct
144 origin: TypeVariableOrigin,
336 ) -> sv::SnapshotVec<Delegate, &mut Vec<TypeVariableData>, &mut InferCtxtUndoLogs<'tcx>> { in values()
383 fn reverse(_values: &mut Vec<TypeVariableData>, _action: Instantiate) { in reverse()