mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
1c794b908b
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>