Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dtype_variable.rs148 pub enum TypeVariableValue<'tcx> { enum
153 impl<'tcx> TypeVariableValue<'tcx> { impl
434 impl<'tcx> ut::UnifyValue for TypeVariableValue<'tcx> { implementation