diff options
| author | lcnr <rust@lcnr.de> | 2024-01-08 15:29:44 +0100 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2024-01-29 14:32:06 +0100 |
| commit | 0d71860368094f21b2865c55685fe76a8e4a5874 (patch) | |
| tree | 8a9e57878cae78ef9cec511afb0622f765765a6d /tests/ui/traits/next-solver/overflow/recursive-self-normalization-2.rs | |
| parent | fb4bca04fa1bde2f7db1b31a59e066f7bebd7fc6 (diff) | |
| download | rust-0d71860368094f21b2865c55685fe76a8e4a5874.tar.gz rust-0d71860368094f21b2865c55685fe76a8e4a5874.zip | |
bye bye `assemble_candidates_via_self_ty`
Diffstat (limited to 'tests/ui/traits/next-solver/overflow/recursive-self-normalization-2.rs')
| -rw-r--r-- | tests/ui/traits/next-solver/overflow/recursive-self-normalization-2.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/traits/next-solver/overflow/recursive-self-normalization-2.rs b/tests/ui/traits/next-solver/overflow/recursive-self-normalization-2.rs index 932826519b7..983a0fec653 100644 --- a/tests/ui/traits/next-solver/overflow/recursive-self-normalization-2.rs +++ b/tests/ui/traits/next-solver/overflow/recursive-self-normalization-2.rs @@ -17,6 +17,7 @@ fn test<T: Foo1<Assoc1 = <T as Foo2>::Assoc2> + Foo2<Assoc2 = <T as Foo1>::Assoc //~| ERROR overflow evaluating the requirement `<T as Foo1>::Assoc1 == _` //~| ERROR overflow evaluating the requirement `<T as Foo1>::Assoc1 == _` //~| ERROR overflow evaluating the requirement `<T as Foo1>::Assoc1 == _` + //~| ERROR overflow evaluating the requirement `<T as Foo1>::Assoc1: Sized` //~| ERROR overflow evaluating the requirement `<T as Foo1>::Assoc1: Bar` } |
