Skip to content

Commit 612e684

Browse files
Merge #7630
7630: Slightly expand test r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <[email protected]>
2 parents 7ec0343 + 2382dce commit 612e684

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/hir_ty/src/tests/traits.rs

+3
Original file line numberDiff line numberDiff line change
@@ -3198,6 +3198,9 @@ fn f() {
31983198
().method();
31993199
//^^^^^^^^^^^ {unknown}
32003200
}
3201+
3202+
().method();
3203+
//^^^^^^^^^^^ {unknown}
32013204
}
32023205
"#,
32033206
);

0 commit comments

Comments
 (0)