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
Auto merge of rust-lang#96576 - oli-obk:post_monomorphization_error_backtrace, r=lqd
Also report the call site of PME errors locally.
Note this does not produce a full stack all the way to the first call that specifies all monomorphic parameters, it's just shallowly mentioning the last call site.
previous work: rust-lang#85633
tracking issue: rust-lang#85155
r? `@lqd`
I figured we could get some improvement for traces in local crates without going into the backtrace hell you landed in last time
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: std::mem::size_of::<T>() == 0', $DIR/post_monomorphization_error_backtrace.rs:6:23
6
+
|
7
+
= note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
8
+
9
+
note: the above error was encountered while instantiating `fn assert_zst::<u32>`
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: std::mem::size_of::<T>() == 0', $DIR/post_monomorphization_error_backtrace.rs:6:23
20
+
|
21
+
= note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
22
+
23
+
note: the above error was encountered while instantiating `fn assert_zst::<i32>`
0 commit comments