1
Fork 0
rust/tests/ui/explicit-tail-calls
Esteban Küber f0b8e13b59 Do not suggest using -Zmacro-backtrace for builtin macros
For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
2025-03-14 19:50:03 +00:00
..
become-macro.rs
become-operator.fixed
become-operator.rs
become-operator.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
become-outside.array.stderr
become-outside.constant.stderr
become-outside.rs
become-trait-fn.rs fix tail call checks wrt #[track_caller] 2025-02-06 21:06:51 +01:00
become-uncallable.fixed
become-uncallable.rs
become-uncallable.stderr
callee_is_track_caller.rs fix tail call checks wrt #[track_caller] 2025-02-06 21:06:51 +01:00
caller_is_track_caller.rs fix tail call checks wrt #[track_caller] 2025-02-06 21:06:51 +01:00
caller_is_track_caller.stderr fix tail call checks wrt #[track_caller] 2025-02-06 21:06:51 +01:00
closure.fixed
closure.rs
closure.stderr
constck.rs Note def descr in NonConstFunctionCall 2024-12-23 22:15:32 +00:00
constck.stderr Note def descr in NonConstFunctionCall 2024-12-23 22:15:32 +00:00
ctfe-arg-bad-borrow.rs
ctfe-arg-bad-borrow.stderr don't drop types with no drop glue when tailcalling 2025-01-24 06:45:19 +01:00
ctfe-arg-good-borrow.rs
ctfe-arg-move.rs
ctfe-collatz-multi-rec.rs
ctfe-id-unlimited.return.stderr Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
ctfe-id-unlimited.rs Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
ctfe-tail-call-panic.rs Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
ctfe-tail-call-panic.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
drop-order.rs
in-closure.rs
in-closure.stderr
return-lifetime-sub.rs
return-mismatches.rs
return-mismatches.stderr
signature-mismatch.rs
signature-mismatch.stderr
two-phase.rs add a regression test 2025-01-24 18:33:00 +01:00
unsafeck.rs
unsafeck.stderr