You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/diverging_sub_expression.stderr
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,45 +13,45 @@ LL | b || A.foo();
13
13
| ^^^^^^^
14
14
15
15
error: sub-expression diverges
16
-
--> $DIR/diverging_sub_expression.rs:30:26
16
+
--> $DIR/diverging_sub_expression.rs:31:26
17
17
|
18
18
LL | 6 => true || return,
19
19
| ^^^^^^
20
20
21
21
error: sub-expression diverges
22
-
--> $DIR/diverging_sub_expression.rs:31:26
22
+
--> $DIR/diverging_sub_expression.rs:32:26
23
23
|
24
24
LL | 7 => true || continue,
25
25
| ^^^^^^^^
26
26
27
27
error: sub-expression diverges
28
-
--> $DIR/diverging_sub_expression.rs:34:26
28
+
--> $DIR/diverging_sub_expression.rs:35:26
29
29
|
30
30
LL | 3 => true || diverge(),
31
31
| ^^^^^^^^^
32
32
33
33
error: sub-expression diverges
34
-
--> $DIR/diverging_sub_expression.rs:37:30
34
+
--> $DIR/diverging_sub_expression.rs:38:30
35
35
|
36
36
LL | _ => true || panic!("boo"),
37
37
| ^^^^^^^^^^^^^
38
38
|
39
39
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments