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
Since #73441 I'm getting a failure while building libstd.
error: couldn't read /home/oliver/.rustup/toolchains/miri/lib/rustlib/src/rust/src/libstd/../backtrace/src/lib.rs: No such file or directory (os error 2)
--> /home/oliver/.rustup/toolchains/miri/lib/rustlib/src/rust/src/libstd/lib.rs:519:1
|
519 | mod backtrace_rs;
| ^^^^^^^^^^^^^^^^^
error: aborting due to previous error
Should we copy the backtrace folder into the rust-src rustup component or is there a better solution?
Since #73441 I'm getting a failure while building
libstd
.Should we copy the
backtrace
folder into therust-src
rustup component or is there a better solution?cc @alexcrichton
The text was updated successfully, but these errors were encountered: