]> git.proxmox.com Git - rustc.git/blobdiff - src/test/mir-opt/match-arm-scopes.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / mir-opt / match-arm-scopes.rs
index c898d3a6f168c8e86113ae83bf20369b8fa5d8fe..4412a16e74d5ea53593a7c0bfaf76e51a02cf107 100644 (file)
@@ -53,8 +53,14 @@ fn main() {
 // let _15: bool;                       // `b`
 // let _16: std::string::String;        // `t`
 // scope 1 {
+//     debug a => _5;
+//     debug a => _6;
+//     debug s => _7;
+//     debug s => _8;
 // }
 // scope 2 {
+//     debug b => _15;
+//     debug t => _16;
 // }
 // bb0: {
 //     FakeRead(ForMatchedPlace, _2);