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
Make rustc implicitly use panic=abort for the panic_abort crate
The panic_abort crate must be compiled with panic=abort, but cargo
doesn't allow setting the panic strategy for a single crate. Bootstrap
handles this in its rustc wrapper, but for example the build systems of
cg_clif and cg_gcc don't use a rustc wrapper, so they would either need
to add one or be unable to build a sysroot suitable for both panic=abort
and panic=unwind (as is currently the case).
0 commit comments