diff options
| author | Oli Scherer <github333195615777966@oli-obk.de> | 2025-01-14 11:02:29 +0000 |
|---|---|---|
| committer | Oli Scherer <github333195615777966@oli-obk.de> | 2025-02-25 08:06:30 +0000 |
| commit | ffc955bcfb79063b51947d4846591bf162e7ddfe (patch) | |
| tree | e7c8f443e1ac7cd9f7238a11f47d71a591efdd44 /tests/ui/traits/solver-cycles/129541-recursive-struct.rs | |
| parent | f5729cfed3c45e061e8a443677fc1d5ef9277df7 (diff) | |
| download | rust-ffc955bcfb79063b51947d4846591bf162e7ddfe.tar.gz rust-ffc955bcfb79063b51947d4846591bf162e7ddfe.zip | |
Don't require method impls for methods with `Self:Sized` bounds for impls for unsized types
Diffstat (limited to 'tests/ui/traits/solver-cycles/129541-recursive-struct.rs')
| -rw-r--r-- | tests/ui/traits/solver-cycles/129541-recursive-struct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/solver-cycles/129541-recursive-struct.rs b/tests/ui/traits/solver-cycles/129541-recursive-struct.rs index 4fbcbefec91..729771e560e 100644 --- a/tests/ui/traits/solver-cycles/129541-recursive-struct.rs +++ b/tests/ui/traits/solver-cycles/129541-recursive-struct.rs @@ -1,7 +1,7 @@ // Regression test for #129541 //@ revisions: unique multiple -//@ check-pass +//@ error-pattern: reached the recursion limit finding the struct tail for `<[Hello] as Normalize>::Assoc` trait Bound {} trait Normalize { |
