mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 13:30:38 +00:00
Mark Location::caller() as #[inline] This function gets compiled to a single register move as it actually gets it's return value passed in as argument.