aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/tests
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-01-27 21:24:24 +0000
committerGitHub <[email protected]>2020-01-27 21:24:24 +0000
commit5cfaf87627fcd9d22b74da7efd485223da225893 (patch)
tree51f72f5b75d78f7b42ff69fcd1d709901b41c04c /crates/ra_hir_ty/src/tests
parent1916a78c6a31219a8aaa73f2b443282441671539 (diff)
parent339a11c33c834ac0148ebaad2484d58322025c30 (diff)
Merge #2872
2872: Upgrade Chalk r=matklad a=flodiebold This is just keeping track of the changes required to upgrade Chalk; currently we can't really merge it since it breaks opaque types. Now also makes use of the newly introduced `solve_limited` to implement fuel. Co-authored-by: Florian Diebold <[email protected]>
Diffstat (limited to 'crates/ra_hir_ty/src/tests')
-rw-r--r--crates/ra_hir_ty/src/tests/traits.rs2
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]
853fn impl_trait() { 854fn 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]
1024fn error_bound_chalk() { 1026fn error_bound_chalk() {
1025 let t = type_at( 1027 let t = type_at(
1026 r#" 1028 r#"