diff options
Diffstat (limited to 'crates/hir_ty/src/tests/traits.rs')
-rw-r--r-- | crates/hir_ty/src/tests/traits.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/hir_ty/src/tests/traits.rs b/crates/hir_ty/src/tests/traits.rs index 6bcede4c4..c830e576e 100644 --- a/crates/hir_ty/src/tests/traits.rs +++ b/crates/hir_ty/src/tests/traits.rs | |||
@@ -1475,7 +1475,6 @@ fn test( | |||
1475 | } | 1475 | } |
1476 | 1476 | ||
1477 | #[test] | 1477 | #[test] |
1478 | #[ignore] | ||
1479 | fn error_bound_chalk() { | 1478 | fn error_bound_chalk() { |
1480 | check_types( | 1479 | check_types( |
1481 | r#" | 1480 | r#" |