rust/tests/ui/recursion
Mahdi Dibaiee 8df39667dc new unstable option: -Zwrite-long-types-to-disk
This option guards the logic of writing long type names in files and
instead using short forms in error messages in rustc_middle/ty/error
behind a flag. The main motivation for this change is to disable this
behaviour when running ui tests.

This logic can be triggered by running tests in a directory that has a
long enough path, e.g. /my/very-long-path/where/rust-codebase/exists/

This means ui tests can fail depending on how long the path to their
file is.

Some ui tests actually rely on this behaviour for their assertions,
so for those we enable the flag manually.
2023-07-24 12:25:05 +01:00
..
auxiliary
instantiable.rs
issue-26548-recursion-via-normalize.rs
issue-26548-recursion-via-normalize.stderr
issue-38591-non-regular-dropck-recursion.polonius.stderr
issue-38591-non-regular-dropck-recursion.rs
issue-38591-non-regular-dropck-recursion.stderr
issue-83150.rs new unstable option: -Zwrite-long-types-to-disk 2023-07-24 12:25:05 +01:00
issue-83150.stderr Ignore tests that hang in new solver 2023-06-09 21:57:37 +00:00
issue-86784.rs
issue-95134.rs Mark more hanging new-solver tests 2023-07-07 16:02:24 +00:00
recursion.polonius.stderr
recursion.rs
recursion.stderr
recursive-enum.rs
recursive-enum.stderr
recursive-reexports.rs
recursive-reexports.stderr
recursive-requirements.rs
recursive-requirements.stderr rustc_middle: Fix opt_item_ident for non-local def ids 2023-05-03 20:09:10 +03:00
recursive-static-definition.rs
recursive-static-definition.stderr
recursive-types-are-not-uninhabited.rs
recursive-types-are-not-uninhabited.stderr Don't recommend if let if let else works 2023-01-11 14:40:07 -08:00