mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
237f16db45
Fix inconsistent symbol mangling with -Zverbose Always skip arguments that are the defaults of their respective parameters, to avoid generating inconsistent symbols for builds with `-Zverbose` flag and without it.
For more information about how rustc works, see the rustc dev guide.