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.
1 parent bbd7ed5 commit 7f8829aCopy full SHA for 7f8829a
rust/ql/test/library-tests/type-inference/main.rs
@@ -2358,7 +2358,7 @@ mod tuples {
2358
let i: i64 = pair.0;
2359
let j: bool = pair.1;
2360
2361
- let pair = [1, 1].into(); // $ type=pair:0(2).i32 type=pair:1(2).i32 MISSING: target=into
+ let pair = [1, 1].into(); // $ type=pair:(T_2) type=pair:0(2).i32 type=pair:1(2).i32 MISSING: target=into
2362
match pair {
2363
(0,0) => print!("unexpected"),
2364
_ => print!("expected"),
0 commit comments