We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
i
1 parent 0fe9c0a commit 5710178Copy full SHA for 5710178
src/test/compile-fail/binop-logic-int.rs
@@ -1,3 +1,3 @@
1
// error-pattern:&& cannot be applied to type `int`
2
3
-fn main() { let x = 1 && 2; }
+fn main() { let x = 1i && 2i; }
0 commit comments