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
Currently it always re-uses the same location, which leads to problems on shared-user systems, in particular on the dev desktops. rust-lang/rust#122110 helps but the proper fix involves creating a fresh tempdir in compiletest.rs.