rust/tests/ui/explicit-tail-calls/callee_is_track_caller.stderr
2025-09-26 15:33:48 +02:00

10 lines
268 B
Text

warning: tail calling a function marked with `#[track_caller]` has no special effect
--> $DIR/callee_is_track_caller.rs:8:12
|
LL | become b(x);
| ^^^^
|
= note: `#[warn(tail_call_track_caller)]` on by default
warning: 1 warning emitted