Skip to content

Commit 7f8829a

Browse files
paldepindaibaars
andauthored
Rust: Add additional inline expectation
Co-authored-by: Arthur Baars <[email protected]>
1 parent bbd7ed5 commit 7f8829a

File tree

1 file changed

+1
-1
lines changed
  • rust/ql/test/library-tests/type-inference

1 file changed

+1
-1
lines changed

rust/ql/test/library-tests/type-inference/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ mod tuples {
23582358
let i: i64 = pair.0;
23592359
let j: bool = pair.1;
23602360

2361-
let pair = [1, 1].into(); // $ type=pair:0(2).i32 type=pair:1(2).i32 MISSING: target=into
2361+
let pair = [1, 1].into(); // $ type=pair:(T_2) type=pair:0(2).i32 type=pair:1(2).i32 MISSING: target=into
23622362
match pair {
23632363
(0,0) => print!("unexpected"),
23642364
_ => print!("expected"),

0 commit comments

Comments
 (0)