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
It allows us to save a bit of space, ignore the duplicate object files,
and the archiving steps; e.g.:
643544 libcompiler_builtins.rlib
64171752 libcore.rlib
vs.
530004 libcompiler_builtins.rmeta
63679866 libcore.rmeta
We couldn't do it right away in [1] because `rustc` required a fix [2,3].
The fix is now in [4] and available since the 2021-01-21 nightly, so now
we can go ahead and make the change.
Fixes#75.
[1] #52
[2] rust-lang/rust#81117
[3] rust-lang/rust#81118
[4] rust-lang/rust@f9275e1
Suggested-by: bjorn3
Signed-off-by: Miguel Ojeda <[email protected]>
0 commit comments