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
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.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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