rust/tests/ui/allocator
bjorn3 fcb718b25f Fix function signature for rust_eh_personality
While cg_llvm is very lax about mismatched function signatures, cg_clif
will crash when there is any mismatch. It could be turned into an error,
but without Cranelift changes can't just be ignored.
2025-06-24 09:06:49 +00:00
..
auxiliary Add missing dyn keywords to tests that do not test for them 2025-06-02 11:02:50 +02:00
allocator-args.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
allocator-args.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
custom-in-block.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
custom-in-submodule.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
custom.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dyn-compatible.rs UI tests: Rename "object safe" to "dyn compatible" 2024-10-10 01:13:29 +02:00
function-allocator.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
function-allocator.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
hygiene.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
no_std-alloc-error-handler-custom.rs Fix function signature for rust_eh_personality 2025-06-24 09:06:49 +00:00
no_std-alloc-error-handler-default.rs Fix function signature for rust_eh_personality 2025-06-24 09:06:49 +00:00
not-an-allocator.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
not-an-allocator.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
two-allocators.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
two-allocators.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
two-allocators2.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
two-allocators2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
two-allocators3.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
two-allocators3.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
xcrate-use.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
xcrate-use2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00