<!-- Thank you for filing a bug report! 🐛 --> `u32::max` / `u32::min` cannot be used as they require `OpCapability U8`. They should just work out of the box. **Workaround:** use `u32::clamp()` instead. > It's the Ordering enum. it has #[repr(i8)] (with -1, 0, +1 values) ~~Maybe we should special case the Ordering enum to be a u32?~~