You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#68409 - sinkuu:temp_path, r=Mark-Simulacrum
Micro-optimize OutputFilenames
For example, its methods consume 6% of time during debug-compiling a `warp` example:

This PR optimize them a bit by using `PathBuf::set_extension` instead of `Path::with_extension`, to avoid cloning `PathBuf` excessively.
0 commit comments