error[E0277]: the trait bound `u8: From` is not satisfied --> tests/compile_failures/combine_too_big.rs:5:5 | 5 | combinebits!("aaaa aaaa"); | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From` is not implemented for `u8` | = help: the following other types implement trait `From`: > > = note: this error originates in the macro `combinebits` (in Nightly builds, run with -Z macro-backtrace for more info)