There was an error while loading. Please reload this page.
<
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.
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.