10 lines
268 B
Text
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
|
|
|