-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Problem
rustc_driver dll on Windows bundles the whole compiler and LLVM into one file, and unsurprisingly, that's a big binary, currently hovering at ~193 MB. This is quite close to the 200 MB limit (and indeed, depending on how that limit is defined -- powers of 10 or 2, over it).
Steps
I can't reproduce myself, but we did get a user report rust-lang/rust#76795 -- maybe the limit used to be smaller?
Possible Solution(s)
Notes
Output of rustup --version: unknown
Output of rustup show: unknown