We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeVariableMap
1 parent abf5e81 commit 6cc09fcCopy full SHA for 6cc09fc
src/librustc/infer/type_variable.rs
@@ -60,8 +60,6 @@ pub enum TypeVariableOrigin {
60
Generalized(ty::TyVid),
61
}
62
63
-pub type TypeVariableMap = FxHashMap<ty::TyVid, TypeVariableOrigin>;
64
-
65
struct TypeVariableData {
66
origin: TypeVariableOrigin,
67
diverging: bool,
0 commit comments