rust/tests/ui/traits/solver-cycles
许杰友 Jieyou Xu (Joe) f1d9ba8741
Rollup merge of #133488 - Enselic:recurse-2, r=BoxyUwU
tests: Add regression test for self referential structs with cow as last field

Making compilation pass for this code was retroactively stabilized via FCP in 1.79. The code does not compile in 1.78.

See https://github.com/rust-lang/rust/issues/129541 for details.

Closes #107481
2024-11-30 12:56:51 +08:00
..
100347-recursive-enum-cow-slice.rs tests: Add regression test for recursive enum with Cow and Clone 2024-11-25 20:30:28 +01:00
107481-self-referential-struct-cow-as-last-field.rs tests: Add regression test for self referential struct with cow as last field 2024-11-26 06:27:19 +01:00
129541-recursive-enum-and-array-impl.rs tests: Add recursive associated type bound regression tests 2024-11-25 19:27:38 +01:00
129541-recursive-enum-and-array-impl.stderr tests: Add recursive associated type bound regression tests 2024-11-25 19:27:38 +01:00
129541-recursive-struct-and-array-impl.rs tests: Add recursive associated type bound regression tests 2024-11-25 19:27:38 +01:00
129541-recursive-struct.rs tests: Add recursive associated type bound regression tests 2024-11-25 19:27:38 +01:00
cycle-via-builtin-auto-trait-impl.rs stabilize -Znext-solver=coherence 2024-10-15 13:11:00 +02:00
cycle-via-builtin-auto-trait-impl.stderr stabilize -Znext-solver=coherence 2024-10-15 13:11:00 +02:00
inductive-canonical-cycle.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00