We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6dd7b5 commit 1685731Copy full SHA for 1685731
compiler/rustc_metadata/src/rmeta/encoder.rs
@@ -796,7 +796,6 @@ impl EncodeContext<'a, 'tcx> {
796
if opt_mir {
797
self.encode_optimized_mir(def_id.expect_local());
798
}
799
- self.encode_promoted_mir(def_id.expect_local());
800
self.encode_mir_for_ctfe(def_id.expect_local());
801
802
@@ -908,7 +907,6 @@ impl EncodeContext<'a, 'tcx> {
908
907
909
910
911
912
913
914
fn encode_generics(&mut self, def_id: DefId) {
0 commit comments