mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 15:23:26 +03:00
543449d4fd
- The attribute is behind a feature gate. - Error if both #[naked] and #[track_caller] are applied to the same function. - Error if #[track_caller] is applied to a non-function item. - Error if ABI is not "rust" - Error if #[track_caller] is applied to a trait function. Error codes and descriptions are pending.