When matching on an unsigned modulus, I can cover all possible branches and still get a complaint. fn thing(i: u8) -> &'static str { match i ...
確定! 回上一頁