mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-11 16:02:02 +00:00
debuginfo: Get pointer size/align from tcx.data_layout instead of layout_of This avoids some type interning and a query execution. It also just makes the code simpler.