rust/tests/ui/recursion
Daniel Smith 291d0a9a4b diagnostics: make implicit Sized bounds explicit in E0277
When a trait parameter depends upon Sized, the error message only
referred to the full trait itself and didn't mention Sized. This makes
the failure to implement Sized explicit. It also notes when the Sized
trait bound is explicit or implicit.
2026-01-08 16:07:18 -05:00
..
auxiliary Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 13:35:31 +02:00
infinite-function-recursion-error-8727.rs Rehome tests/ui/issues/ tests [5/?] 2025-08-17 13:01:02 -04:00
infinite-function-recursion-error-8727.stderr Rehome tests/ui/issues/ tests [5/?] 2025-08-17 13:01:02 -04:00
instantiable.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-23122-1.rs Move some tests 2024-04-21 15:43:43 -03:00
issue-23122-1.stderr Move some tests 2024-04-21 15:43:43 -03:00
issue-23122-2.rs Use tcx.short_string() in more diagnostics 2025-08-07 21:18:00 +00:00
issue-23122-2.stderr diagnostics: make implicit Sized bounds explicit in E0277 2026-01-08 16:07:18 -05:00
issue-23302-1.rs Move tests 2024-04-07 17:38:07 -03:00
issue-23302-1.stderr Move tests 2024-04-07 17:38:07 -03:00
issue-23302-2.rs Move tests 2024-04-07 17:38:07 -03:00
issue-23302-2.stderr Move tests 2024-04-07 17:38:07 -03:00
issue-23302-3.rs Move tests 2024-04-07 17:38:07 -03:00
issue-23302-3.stderr Accept trivial consts based on trivial consts 2025-10-27 13:36:57 -04:00
issue-26548-recursion-via-normalize.rs Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" 2023-07-21 22:35:57 -07:00
issue-26548-recursion-via-normalize.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-38591-non-regular-dropck-recursion.rs Use tcx.short_string() in more diagnostics 2025-08-07 21:18:00 +00:00
issue-38591-non-regular-dropck-recursion.stderr Use tcx.short_string() in more diagnostics 2025-08-07 21:18:00 +00:00
issue-83150.rs Use tcx.short_string() in more diagnostics 2025-08-07 21:18:00 +00:00
issue-83150.stderr Use tcx.short_string() in more diagnostics 2025-08-07 21:18:00 +00:00
issue-86784.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-95134.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
recursion-tail-call-no-arg-leak.rs cleaned up some tests 2025-07-13 00:03:31 +05:00
recursion-tail-cps.rs cleaned up some tests 2025-07-13 00:03:31 +05:00
recursion.rs Add support for shortening Instance and use it 2025-08-06 22:21:49 +00:00
recursion.stderr Add support for shortening Instance and use it 2025-08-06 22:21:49 +00:00
recursive-enum-box.rs Cleaned up 5 tests in tests/ui 2025-04-21 16:16:38 +09:00
recursive-enum.rs
recursive-enum.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
recursive-impl-trait-iterator-by-ref-67552.rs Add support for shortening Instance and use it 2025-08-06 22:21:49 +00:00
recursive-impl-trait-iterator-by-ref-67552.stderr Add support for shortening Instance and use it 2025-08-06 22:21:49 +00:00
recursive-reexports.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
recursive-reexports.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
recursive-requirements.rs
recursive-requirements.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
recursive-static-definition.rs const-eval: error when initializing a static writes to that static 2025-06-27 14:39:35 +02:00
recursive-static-definition.stderr const-eval: error when initializing a static writes to that static 2025-06-27 14:39:35 +02:00
recursive-types-are-not-uninhabited.rs
recursive-types-are-not-uninhabited.stderr Use let...else consistently in user-facing diagnostics 2025-11-24 11:41:52 +09:00