aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir/src/ty/tests.rs')
-rw-r--r--crates/ra_hir/src/ty/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir/src/ty/tests.rs b/crates/ra_hir/src/ty/tests.rs
index 8cc771084..e64fd2749 100644
--- a/crates/ra_hir/src/ty/tests.rs
+++ b/crates/ra_hir/src/ty/tests.rs
@@ -652,6 +652,7 @@ fn write() {
652 652
653#[test] 653#[test]
654fn infer_std_crash_2() { 654fn infer_std_crash_2() {
655 covers!(type_var_resolves_to_int_var);
655 // caused "equating two type variables, ...", taken from std 656 // caused "equating two type variables, ...", taken from std
656 check_inference( 657 check_inference(
657 "infer_std_crash_2", 658 "infer_std_crash_2",