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
When Rust is installed, we copy libcompiler-rt.a along with the rest of the libs the compiler needs to run. But, libcompiler-rt.a is only ever statically linked, and is already in rustlib. We shouldn't leak it unnecessarily.