mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 12:43:36 +00:00
./x.py test --bless
This commit is contained in:
parent
23e3840014
commit
2a70524397
@ -66,8 +66,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
bb6 (cleanup): {
|
bb6 (cleanup): {
|
||||||
- drop(_5) -> bb8; // scope 2 at $DIR/issue_41110.rs:+4:9: +4:10
|
drop(_5) -> bb8; // scope 2 at $DIR/issue_41110.rs:+4:9: +4:10
|
||||||
+ goto -> bb8; // scope 2 at $DIR/issue_41110.rs:+4:9: +4:10
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bb7 (cleanup): {
|
bb7 (cleanup): {
|
||||||
@ -91,7 +90,7 @@
|
|||||||
+
|
+
|
||||||
+ bb11 (cleanup): {
|
+ bb11 (cleanup): {
|
||||||
+ _2 = move _5; // scope 2 at $DIR/issue_41110.rs:+4:5: +4:6
|
+ _2 = move _5; // scope 2 at $DIR/issue_41110.rs:+4:5: +4:6
|
||||||
+ goto -> bb6; // scope 2 at $DIR/issue_41110.rs:+4:5: +4:6
|
+ goto -> bb10; // scope 2 at $DIR/issue_41110.rs:+4:5: +4:6
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ bb12: {
|
+ bb12: {
|
||||||
|
@ -92,8 +92,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
bb10 (cleanup): {
|
bb10 (cleanup): {
|
||||||
- drop(_3) -> bb11; // scope 1 at $DIR/issue_41888.rs:+3:19: +3:20
|
drop(_3) -> bb11; // scope 1 at $DIR/issue_41888.rs:+3:19: +3:20
|
||||||
+ goto -> bb11; // scope 1 at $DIR/issue_41888.rs:+3:19: +3:20
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bb11 (cleanup): {
|
bb11 (cleanup): {
|
||||||
@ -110,7 +109,7 @@
|
|||||||
+ _8 = const true; // scope 1 at $DIR/issue_41888.rs:+3:9: +3:10
|
+ _8 = const true; // scope 1 at $DIR/issue_41888.rs:+3:9: +3:10
|
||||||
+ _9 = const true; // scope 1 at $DIR/issue_41888.rs:+3:9: +3:10
|
+ _9 = const true; // scope 1 at $DIR/issue_41888.rs:+3:9: +3:10
|
||||||
+ _1 = move _3; // scope 1 at $DIR/issue_41888.rs:+3:9: +3:10
|
+ _1 = move _3; // scope 1 at $DIR/issue_41888.rs:+3:9: +3:10
|
||||||
+ goto -> bb10; // scope 1 at $DIR/issue_41888.rs:+3:9: +3:10
|
+ goto -> bb12; // scope 1 at $DIR/issue_41888.rs:+3:9: +3:10
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ bb14: {
|
+ bb14: {
|
||||||
|
Loading…
Reference in New Issue
Block a user