11// WARNING: This is highly experimental output it's intended for rustc_public developers only.
22// If you find a bug or want to improve the output open a issue at https://github.com/rust-lang/project-stable-mir.
3- fn operands(_1: u8) -> () {
3+ fn operands::operands (_1: u8) -> () {
44 let mut _0: ();
55 let _2: [u8; 10];
66 let mut _3: u8;
@@ -206,7 +206,7 @@ fn operands(_1: u8) -> () {
206206 StorageDead(_19);
207207 StorageDead(_18);
208208 StorageLive(_21);
209- _21 = core::panicking:: AssertKind::Eq;
209+ _21 = AssertKind::Eq;
210210 StorageLive(_22);
211211 StorageLive(_23);
212212 _23 = move _21;
@@ -219,7 +219,7 @@ fn operands(_1: u8) -> () {
219219 _27 = &(*_16);
220220 _26 = &(*_27);
221221 StorageLive(_28);
222- _28 = std::option:: Option::None;
222+ _28 = Option::None;
223223 _22 = core::panicking::assert_failed::<u8, u8>(move _23, move _24, move _26, move _28) -> unwind unreachable;
224224 }
225225 bb6: {
@@ -268,7 +268,7 @@ fn operands(_1: u8) -> () {
268268 StorageDead(_39);
269269 StorageDead(_38);
270270 StorageLive(_41);
271- _41 = core::panicking:: AssertKind::Eq;
271+ _41 = AssertKind::Eq;
272272 StorageLive(_42);
273273 StorageLive(_43);
274274 _43 = move _41;
@@ -281,7 +281,7 @@ fn operands(_1: u8) -> () {
281281 _47 = &(*_36);
282282 _46 = &(*_47);
283283 StorageLive(_48);
284- _48 = std::option:: Option::None;
284+ _48 = Option::None;
285285 _42 = core::panicking::assert_failed::<u8, u8>(move _43, move _44, move _46, move _48) -> unwind unreachable;
286286 }
287287 bb8: {
@@ -305,7 +305,7 @@ fn operands(_1: u8) -> () {
305305 StorageDead(_62);
306306 StorageDead(_61);
307307 StorageLive(_64);
308- _64 = core::panicking:: AssertKind::Eq;
308+ _64 = AssertKind::Eq;
309309 StorageLive(_65);
310310 StorageLive(_66);
311311 _66 = move _64;
@@ -318,7 +318,7 @@ fn operands(_1: u8) -> () {
318318 _70 = &(*_59);
319319 _69 = &(*_70);
320320 StorageLive(_71);
321- _71 = std::option:: Option::None;
321+ _71 = Option::None;
322322 _65 = core::panicking::assert_failed::<u8, u8>(move _66, move _67, move _69, move _71) -> unwind unreachable;
323323 }
324324 bb10: {
@@ -380,7 +380,7 @@ fn operands(_1: u8) -> () {
380380 StorageDead(_86);
381381 StorageDead(_85);
382382 StorageLive(_88);
383- _88 = core::panicking:: AssertKind::Eq;
383+ _88 = AssertKind::Eq;
384384 StorageLive(_89);
385385 StorageLive(_90);
386386 _90 = move _88;
@@ -393,11 +393,11 @@ fn operands(_1: u8) -> () {
393393 _94 = &(*_83);
394394 _93 = &(*_94);
395395 StorageLive(_95);
396- _95 = std::option:: Option::None;
396+ _95 = Option::None;
397397 _89 = core::panicking::assert_failed::<usize, usize>(move _90, move _91, move _93, move _95) -> unwind unreachable;
398398 }
399399}
400- fn more_operands() -> [Ctors; 3] {
400+ fn operands:: more_operands() -> [Ctors; 3] {
401401 let mut _0: [Ctors; 3];
402402 let _1: Dummy;
403403 let _2: Ctors;
@@ -440,7 +440,7 @@ fn more_operands() -> [Ctors; 3] {
440440 return;
441441 }
442442}
443- fn closures(_1: bool, _2: bool) -> {closure@$DIR/operands.rs:47:5: 47:19} {
443+ fn operands:: closures(_1: bool, _2: bool) -> {closure@$DIR/operands.rs:47:5: 47:19} {
444444 let mut _0: {closure@$DIR/operands.rs:47:5: 47:19};
445445 debug x => _1;
446446 debug z => _2;
@@ -449,7 +449,7 @@ fn closures(_1: bool, _2: bool) -> {closure@$DIR/operands.rs:47:5: 47:19} {
449449 return;
450450 }
451451}
452- fn closures::{closure#0}(_1: {closure@$DIR/operands.rs:47:5: 47:19}, _2: bool) -> bool {
452+ fn operands:: closures::{closure#0}(_1: {closure@$DIR/operands.rs:47:5: 47:19}, _2: bool) -> bool {
453453 let mut _0: bool;
454454 let mut _3: bool;
455455 let mut _4: bool;
@@ -483,7 +483,7 @@ fn closures::{closure#0}(_1: {closure@$DIR/operands.rs:47:5: 47:19}, _2: bool) -
483483 return;
484484 }
485485}
486- fn Ctors::TupLike(_1: bool) -> Ctors {
486+ fn operands:: Ctors::TupLike(_1: bool) -> Ctors {
487487 let mut _0: Ctors;
488488 bb0: {
489489 _0 = Ctors::TupLike(move _1);
0 commit comments