rust/compiler/rustc_codegen_llvm/src/coverageinfo
bors defef8658e Auto merge of #122972 - beetrees:use-align-type, r=fee1-dead
Use the `Align` type when parsing alignment attributes

Use the `Align` type in `rustc_attr::parse_alignment`, removing the need to call `Align::from_bytes(...).unwrap()` later in the compilation process.
2024-04-01 03:16:45 +00:00
..
ffi.rs coverage: Include recorded branch info in coverage instrumentation 2024-03-14 17:19:02 +11:00
map_data.rs coverage: Add enums to accommodate other kinds of coverage mappings 2024-01-11 16:43:12 +11:00
mapgen.rs Replace RemapFileNameExt::for_codegen with explicit calls 2024-03-28 18:47:26 +01:00
mod.rs Auto merge of #122972 - beetrees:use-align-type, r=fee1-dead 2024-04-01 03:16:45 +00:00