Files
rust/tests/mir-opt/building/custom/debuginfo.constant.built.after.mir
T
Camille GILLOT c76f1f0b9b Doc comment custom MIR debuginfo.
and add a test for the constant case
2024-11-29 12:32:55 +01:00

11 lines
148 B
Rust

// MIR for `constant` after built
fn constant() -> () {
debug scalar => const 5_usize;
let mut _0: ();
bb0: {
return;
}
}