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/consts/monomorphization/dead-code-in-called-fn.no-opt.stderr
-4
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,6 @@ LL | const C: () = panic!();
7
7
= note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
8
8
9
9
note: the above error was encountered while instantiating `fn called::<i32>`
Copy file name to clipboardExpand all lines: tests/ui/consts/monomorphization/dead-code-in-called-fn.opt.stderr
-4
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,6 @@ LL | const C: () = panic!();
7
7
= note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
8
8
9
9
note: the above error was encountered while instantiating `fn called::<i32>`
Copy file name to clipboardExpand all lines: tests/ui/consts/monomorphization/dead-code-in-dead-fn.no-opt.stderr
-4
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,6 @@ LL | const C: () = panic!();
7
7
= note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
8
8
9
9
note: the above error was encountered while instantiating `fn not_called::<i32>`
Copy file name to clipboardExpand all lines: tests/ui/consts/monomorphization/dead-code-in-dead-fn.opt.stderr
+2
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ LL | const C: () = panic!();
6
6
|
7
7
= note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
8
8
9
+
note: the above error was encountered while instantiating `fn not_called::<i32>`
10
+
9
11
error: aborting due to 1 previous error
10
12
11
13
For more information about this error, try `rustc --explain E0080`.
0 commit comments