Skip to content

Commit 137cd58

Browse files
committed
do not fetch variance info during generalization
1 parent ccb160d commit 137cd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_infer/src/infer/generalize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ where
193193
opt_variances,
194194
a_subst,
195195
b_subst,
196-
true,
196+
false,
197197
)
198198
}
199199
}

0 commit comments

Comments
 (0)