Skip to content

Commit 5710178

Browse files
committed
Adding i suffixes so cfail tests keep failing after suffix inference
1 parent 0fe9c0a commit 5710178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// error-pattern:&& cannot be applied to type `int`
22

3-
fn main() { let x = 1 && 2; }
3+
fn main() { let x = 1i && 2i; }

0 commit comments

Comments
 (0)