mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
c76f1f0b9b
and add a test for the constant case
12 lines
192 B
Rust
12 lines
192 B
Rust
// MIR for `numbered` after built
|
|
|
|
fn numbered(_1: (u32, i32)) -> () {
|
|
debug first => (_1.0: u32);
|
|
debug second => (_1.1: i32);
|
|
let mut _0: ();
|
|
|
|
bb0: {
|
|
return;
|
|
}
|
|
}
|