blob: 79b9b45986c47d2dca56fe358a317b4f9aef31f1 [file] [log] [blame] [edit]
error: a function marked with `#[track_caller]` cannot perform a tail-call
--> $DIR/caller_is_track_caller.rs:6:5
|
LL | become b();
| ^^^^^^^^^^
error: a function marked with `#[track_caller]` cannot perform a tail-call
--> $DIR/caller_is_track_caller.rs:13:5
|
LL | become a();
| ^^^^^^^^^^
error: aborting due to 2 previous errors