about summary refs log tree commit diff
path: root/tests/ui/traits/solver-cycles
AgeCommit message (Collapse)AuthorLines
2025-09-16Add span for struct tail recursion limit errorTawan Muadmuenwai-2/+1
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-1/+2
2025-02-28normalizing where-clauses is also coinductive, add testslcnr-2/+31
2025-02-25Don't require method impls for methods with `Self:Sized` bounds for impls ↵Oli Scherer-1/+13
for unsized types
2025-01-30merge testslcnr-23/+5
2024-11-30Rollup merge of #133488 - Enselic:recurse-2, r=BoxyUwU许杰友 Jieyou Xu (Joe)-0/+19
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-26Rollup merge of #133473 - Enselic:cow, r=nnethercoteGuillaume Gomez-0/+11
tests: Add regression test for recursive enum with Cow and Clone I could not find any existing test. `git grep "(Cow<'[^>]\+\["` gave no hits before this tests. Closes #100347
2024-11-26tests: Add regression test for self referential struct with cow as last fieldMartin Nordholts-0/+19
2024-11-25tests: Add regression test for recursive enum with Cow and CloneMartin Nordholts-0/+11
2024-11-25tests: Add recursive associated type bound regression testsMartin Nordholts-0/+74
2024-10-15stabilize `-Znext-solver=coherence`lcnr-20/+8
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-8/+20
2024-09-05stabilize `-Znext-solver=coherence`lcnr-20/+8
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-08-30Don't record spans for predicates in coherenceMichael Goulet-7/+3
2023-08-15more span infoMichael Goulet-3/+7
2023-05-19add testlcnr-0/+58
2023-01-11Move /src/test to /testsAlbert Larsan-0/+69