File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
compiler/rustc_type_ir/src/search_graph Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1215,7 +1215,6 @@ impl<D: Delegate<Cx = X>, X: Cx> SearchGraph<D> {
1215
1215
Self :: clear_dependent_provisional_results ( & self . stack , & mut self . provisional_cache ) ;
1216
1216
1217
1217
debug ! ( ?i, ?result, "changed provisional results" ) ;
1218
- // TODO: expected wtf
1219
1218
match self . reevaluate_goal_on_stack ( cx, stack_entry, result, inspect) {
1220
1219
( new_stack_entry, new_result) => {
1221
1220
if new_result == result {
@@ -1262,7 +1261,7 @@ impl<D: Delegate<Cx = X>, X: Cx> SearchGraph<D> {
1262
1261
has_been_used : None ,
1263
1262
} ) ;
1264
1263
1265
- if true || !D :: ENABLE_PROVISIONAL_CACHE {
1264
+ if !D :: ENABLE_PROVISIONAL_CACHE {
1266
1265
let result = D :: compute_goal ( self , cx, prev_stack_entry. input , inspect) ;
1267
1266
let reeval_entry = self . stack . pop ( ) ;
1268
1267
return ( reeval_entry, result) ;
You can’t perform that action at this time.
0 commit comments