granite-rust/tests/ui/recursion
Oli Scherer 73b38c661d Do not allocate a second "background" alloc id for the main allocation of a static.
Instead we re-use the static's alloc id within the interpreter for its initializer to refer to the `Allocation` that only exists within the interpreter.
2024-02-15 10:25:18 +00:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
instantiable.rs Move /src/test to /tests 2023-01-11 09:32:08 +00: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.polonius.stderr Manual find replace updates 2023-11-24 21:04:51 +01:00
issue-38591-non-regular-dropck-recursion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-38591-non-regular-dropck-recursion.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-83150.rs write-long-types-to-disk: update tests 2023-07-25 12:08:44 +01:00
issue-83150.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-86784.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-95134.rs Adjust the ignore-compare-mode-next-solver for hangs 2023-12-18 23:55:47 +00:00
recursion.polonius.stderr Manual find replace updates 2023-11-24 21:04:51 +01:00
recursion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursion.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
recursive-enum.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive-enum.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
recursive-reexports.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive-reexports.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
recursive-requirements.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive-requirements.stderr Provide more context on derived obligation error primary label 2024-01-30 21:28:18 +00:00
recursive-static-definition.rs Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00:00
recursive-static-definition.stderr Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00:00
recursive-types-are-not-uninhabited.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursive-types-are-not-uninhabited.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00