mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
c76f1f0b9b
and add a test for the constant case
11 lines
148 B
Rust
11 lines
148 B
Rust
// MIR for `constant` after built
|
|
|
|
fn constant() -> () {
|
|
debug scalar => const 5_usize;
|
|
let mut _0: ();
|
|
|
|
bb0: {
|
|
return;
|
|
}
|
|
}
|