mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 07:05:29 +00:00
Explain why inlining default ToString impl Trying to remove inline attribute from default ToString impl causes regression. Perf result at <https://github.com/rust-lang/rust/pull/74852#issuecomment-664812994>.