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 7737a2d commit 027bbf8Copy full SHA for 027bbf8
crates/rustc_codegen_c/src/context.rs
@@ -79,7 +79,7 @@ impl<'tcx, 'mx> HasTyCtxt<'tcx> for CodegenCx<'tcx, 'mx> {
79
80
impl<'tcx, 'mx> HasDataLayout for CodegenCx<'tcx, 'mx> {
81
fn data_layout(&self) -> &TargetDataLayout {
82
- todo!()
+ &self.tcx.data_layout
83
}
84
85
0 commit comments