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.
1 parent 552f391 commit dadf937Copy full SHA for dadf937
compiler/rustc_metadata/src/rmeta/encoder.rs
@@ -758,8 +758,6 @@ impl EncodeContext<'a, 'tcx> {
758
self.encode_generics(def_id);
759
self.encode_explicit_predicates(def_id);
760
self.encode_inferred_outlives(def_id);
761
- self.encode_optimized_mir(def_id.expect_local());
762
- self.encode_promoted_mir(def_id.expect_local());
763
}
764
765
fn encode_enum_variant_ctor(&mut self, def: &ty::AdtDef, index: VariantIdx) {
0 commit comments