mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 11:31:37 +00:00
This skips emitting extra arguments at every callsite (of which there can be many). For a librustc_driver build with overflow checks enabled, this cuts 0.7MB from the resulting binary.
For more information about how rustc works, see the rustc dev guide.