error[E0080]: evaluation of `::ENSURE_VALID` failed --> src/config.rs | | assert!(Self::GENERATION_BITS <= 32); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: Self::GENERATION_BITS <= 32', $DIR/src/config.rs:83:9 | = note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info) note: erroneous constant encountered --> src/lib.rs | | assert!(C::ENSURE_VALID); | ^^^^^^^^^^^^^^^ note: the above error was encountered while instantiating `fn idr_ebr::Idr::::new` --> tests/config/generation_bits_too_big.rs:9:13 | 9 | let _ = Idr::::new(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^