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: src/tools/clippy/tests/ui/diverging_sub_expression.stderr
-2
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,6 @@ error: sub-expression diverges
36
36
|
37
37
LL | _ => true || panic!("boo"),
38
38
| ^^^^^^^^^^^^^
39
-
|
40
-
= 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)
Copy file name to clipboardExpand all lines: src/tools/clippy/tests/ui/fallible_impl_from.stderr
-3
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ note: potential failure(s)
38
38
|
39
39
LL | panic!();
40
40
| ^^^^^^^^
41
-
= 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)
= 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)
= 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)
Copy file name to clipboardExpand all lines: src/tools/clippy/tests/ui/issue-7447.stderr
-3
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,12 @@ LL | byte_view(panic!());
6
6
|
7
7
= note: `-D clippy::diverging-sub-expression` implied by `-D warnings`
8
8
= help: to override `-D warnings` add `#[allow(clippy::diverging_sub_expression)]`
9
-
= 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)
10
9
11
10
error: sub-expression diverges
12
11
--> tests/ui/issue-7447.rs:29:19
13
12
|
14
13
LL | group_entries(panic!());
15
14
| ^^^^^^^^
16
-
|
17
-
= 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)
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail/erroneous_const.stderr
-2
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ error[E0080]: evaluation of `PrintName::<i32>::VOID` failed
3
3
|
4
4
LL | const VOID: ! = panic!();
5
5
| ^^^^^^^^ evaluation panicked: explicit panic
6
-
|
7
-
= 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)
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail/panic/no_std.stderr
-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@ note: inside `miri_start`
13
13
|
14
14
LL | panic!("blarg I am dead")
15
15
| ^^^^^^^^^^^^^^^^^^^^^^^^^
16
-
= 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)
17
16
18
17
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail/panic/panic_abort1.stderr
-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ note: inside `main`
22
22
|
23
23
LL | std::panic!("panicking from libstd");
24
24
| ^
25
-
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `std::panic` (in Nightly builds, run with -Z macro-backtrace for more info)
26
25
27
26
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail/panic/panic_abort2.stderr
-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ note: inside `main`
22
22
|
23
23
LL | std::panic!("{}-panicking from libstd", 42);
24
24
| ^
25
-
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `std::panic` (in Nightly builds, run with -Z macro-backtrace for more info)
26
25
27
26
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail/panic/panic_abort3.stderr
-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ note: inside `main`
22
22
|
23
23
LL | core::panic!("panicking from libcore");
24
24
| ^
25
-
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `core::panic` (in Nightly builds, run with -Z macro-backtrace for more info)
26
25
27
26
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail/panic/panic_abort4.stderr
-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ note: inside `main`
22
22
|
23
23
LL | core::panic!("{}-panicking from libcore", 42);
24
24
| ^
25
-
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `core::panic` (in Nightly builds, run with -Z macro-backtrace for more info)
26
25
27
26
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
0 commit comments