We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Div
use typenum::{consts::*, Div}; fn is_div<T: Div<U>, U>() {} fn main() { is_div::<U2, U1>(); }
fails with unavoidable overflow errors in the new solver
Status