about summary refs log tree commit diff
path: root/tests/ui/explicit-tail-calls/callee_is_track_caller.stderr
blob: 020a0542a57fdcbd8085676a1883b298d313a3c5 (plain)
1
2
3
4
5
6
7
8
9
10
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