rust/tests/ui/recursion
Ralf Jung 17946c22b1 const-eval error: always say in which item the error occurred
also adjust the wording a little so that we don't say "the error occurred here" for two different spans
2025-06-07 13:42:30 +02:00
..
auxiliary Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 13:35:31 +02: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 tests: remove explicit long type filename hash normalization from some ui tests 2025-03-04 00:21:02 +08:00
issue-23122-2.stderr tests: remove explicit long type filename hash normalization from some ui tests 2025-03-04 00:21:02 +08:00
issue-23302-1.rs
issue-23302-1.stderr
issue-23302-2.rs
issue-23302-2.stderr
issue-23302-3.rs
issue-23302-3.stderr
issue-26548-recursion-via-normalize.rs
issue-26548-recursion-via-normalize.stderr
issue-38591-non-regular-dropck-recursion.rs Remove polymorphization 2024-12-06 16:42:09 -05:00
issue-38591-non-regular-dropck-recursion.stderr Tweak E0320 overflow error wording 2024-11-05 21:54:45 +00:00
issue-83150.rs tests: remove explicit long type filename hash normalization from some ui tests 2025-03-04 00:21:02 +08:00
issue-83150.stderr tests: remove explicit long type filename hash normalization from some ui tests 2025-03-04 00:21:02 +08:00
issue-86784.rs
issue-95134.rs
recursion.rs tests: remove explicit long type filename hash normalization from some ui tests 2025-03-04 00:21:02 +08:00
recursion.stderr tests: remove explicit long type filename hash normalization from some ui tests 2025-03-04 00:21:02 +08: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
recursive-reexports.rs
recursive-reexports.stderr
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 Use the informative error as the main const eval error message 2025-06-02 15:37:15 +00:00
recursive-static-definition.stderr const-eval error: always say in which item the error occurred 2025-06-07 13:42:30 +02:00
recursive-types-are-not-uninhabited.rs
recursive-types-are-not-uninhabited.stderr Update tests for new TRPL chapter order 2024-11-23 08:57:25 -07:00