We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<
lib.rs:11:21: 11:23 error: expected type, found token LIT_INT_UNSUFFIXED(16i64) lib.rs:11 if foo as int < 16 {}
The solution is of course to parenthesize the cast so it doesn't get parsed as generics, but the error message does not help at all.