diff options
Diffstat (limited to 'crates/ra_hir_ty/src/tests/traits.rs')
-rw-r--r-- | crates/ra_hir_ty/src/tests/traits.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_hir_ty/src/tests/traits.rs b/crates/ra_hir_ty/src/tests/traits.rs index 4b268510c..bc20a49cc 100644 --- a/crates/ra_hir_ty/src/tests/traits.rs +++ b/crates/ra_hir_ty/src/tests/traits.rs | |||
@@ -850,6 +850,7 @@ fn test<T: ApplyL>(t: T) { | |||
850 | } | 850 | } |
851 | 851 | ||
852 | #[test] | 852 | #[test] |
853 | #[ignore] | ||
853 | fn impl_trait() { | 854 | fn impl_trait() { |
854 | assert_snapshot!( | 855 | assert_snapshot!( |
855 | infer(r#" | 856 | infer(r#" |
@@ -1021,6 +1022,7 @@ fn test() { | |||
1021 | } | 1022 | } |
1022 | 1023 | ||
1023 | #[test] | 1024 | #[test] |
1025 | #[ignore] | ||
1024 | fn error_bound_chalk() { | 1026 | fn error_bound_chalk() { |
1025 | let t = type_at( | 1027 | let t = type_at( |
1026 | r#" | 1028 | r#" |