File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1498,7 +1498,6 @@ rustc_queries! {
1498
1498
}
1499
1499
query mir_flags( key: DefId ) -> MirFlags {
1500
1500
desc { |tcx| "stashing some local properties of `{}` before the body is stolen" , tcx. def_path_str( key) }
1501
- cache_on_disk_if { true }
1502
1501
separate_provide_extern
1503
1502
}
1504
1503
query required_panic_strategy( _: CrateNum ) -> Option <PanicStrategy > {
Original file line number Diff line number Diff line change @@ -338,8 +338,6 @@ fn mir_promoted(
338
338
tcx. ensure_with_value ( ) . coroutine_by_move_body_def_id ( def) ;
339
339
}
340
340
341
- tcx. ensure_with_value ( ) . mir_flags ( def) ;
342
-
343
341
let mut body = tcx. mir_built ( def) . steal ( ) ;
344
342
if let Some ( error_reported) = const_qualifs. tainted_by_errors {
345
343
body. tainted_by_errors = Some ( error_reported) ;
You can’t perform that action at this time.
0 commit comments