error[E0080]: evaluation of `sized_dst::assert::check_size_and_align_of_dst::::{constant#1}` failed --> src/assert.rs | | / assert!( | | align_of::() <= align_of::(), | | "Value alignment requirements must not exceed that of the stack object" | | ); | |_________^ the evaluated program panicked at 'Value alignment requirements must not exceed that of the stack object', $DIR/src/assert.rs:11:9 | = note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info) note: erroneous constant encountered --> src/assert.rs | | / const { | | assert!( | | align_of::() <= align_of::(), | | "Value alignment requirements must not exceed that of the stack object" | | ); | | } | |_____^ note: the above error was encountered while instantiating `fn sized_dst::assert::check_size_and_align_of_dst::` --> src/lib.rs | | assert::check_size_and_align_of_dst::(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^