Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust-src component is not self-contained anymore #74506

Closed
oli-obk opened this issue Jul 19, 2020 · 1 comment · Fixed by #74520
Closed

rust-src component is not self-contained anymore #74506

oli-obk opened this issue Jul 19, 2020 · 1 comment · Fixed by #74520

Comments

@oli-obk
Copy link
Contributor

oli-obk commented Jul 19, 2020

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?

cc @alexcrichton

@RalfJung
Copy link
Member

Yeah I think we need to do that, and we should do it ASAP. We can always find a better version later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants