mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
fix tail call checks wrt `#[track_caller]` Only check the caller + disallow caller having the attribute. fixes #134336 r? `@compiler-errors` <sub>apparently there were no tests for `#[track_caller]` before... ooops</sub>