Adding i
suffixes so cfail tests keep failing after suffix inference
This commit is contained in:
parent
0fe9c0a9d1
commit
5710178081
@ -1,3 +1,3 @@
|
||||
// error-pattern:&& cannot be applied to type `int`
|
||||
|
||||
fn main() { let x = 1 && 2; }
|
||||
fn main() { let x = 1i && 2i; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user