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
Compiling rustup-mock v1.0.0 (file:///buildslave/src/rustup-mock)
error: the linked panic runtime `panic_unwind` is not compiled with this crate's panic strategy `abort`
One consideration with panic=abort: if an installation transaction panics then that transaction will not rollback. I'm not sure how heavily to weigh that - leaving unwinding on would certainly make rustup more resilient to bugs.
This will reduce binary size considerably.
cc #982
The text was updated successfully, but these errors were encountered: