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 7fe2c4b commit 92b1ab8Copy full SHA for 92b1ab8
compiler/rustc_codegen_ssa/src/lib.rs
@@ -209,8 +209,6 @@ impl CodegenResults {
209
// Encoder's inner representation of `u32`.
210
encoder.emit_raw_bytes(&RLINK_VERSION.to_be_bytes()).unwrap();
211
encoder.emit_str(RUSTC_VERSION.unwrap()).unwrap();
212
-
213
- let mut encoder = rustc_serialize::opaque::Encoder::new(encoder.into_inner());
214
rustc_serialize::Encodable::encode(codegen_results, &mut encoder).unwrap();
215
encoder.into_inner()
216
}
0 commit comments