diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-20 10:23:55 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-20 10:23:55 +0000 |
commit | 5ac0290f533eed295c6e92564d7530d41cf45d6e (patch) | |
tree | ebdcea14c479ddfca358bbeabdde1da8f45b2423 /crates/hir_ty/src/tests | |
parent | 3901c3b566a6834c64e029bd6f4fdaaf8b26f809 (diff) | |
parent | 8e7e405f6ab0c1ee10bfdd3d55a97628fe4cd6dd (diff) |
Merge #8116
8116: Remove WhereClause::Error r=flodiebold a=flodiebold
Chalk doesn't have it, and judging from the removed code, it wasn't useful anyway.
Co-authored-by: Florian Diebold <[email protected]>
Diffstat (limited to 'crates/hir_ty/src/tests')
-rw-r--r-- | crates/hir_ty/src/tests/traits.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/hir_ty/src/tests/traits.rs b/crates/hir_ty/src/tests/traits.rs index 8270fa219..8f2bdffc0 100644 --- a/crates/hir_ty/src/tests/traits.rs +++ b/crates/hir_ty/src/tests/traits.rs | |||
@@ -1412,8 +1412,8 @@ fn weird_bounds() { | |||
1412 | 50..51 'b': impl | 1412 | 50..51 'b': impl |
1413 | 69..70 'c': impl Trait | 1413 | 69..70 'c': impl Trait |
1414 | 86..87 'd': impl | 1414 | 86..87 'd': impl |
1415 | 107..108 'e': impl {error} | 1415 | 107..108 'e': impl |
1416 | 123..124 'f': impl Trait + {error} | 1416 | 123..124 'f': impl Trait |
1417 | 147..149 '{}': () | 1417 | 147..149 '{}': () |
1418 | "#]], | 1418 | "#]], |
1419 | ); | 1419 | ); |