-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
Because of the early return here:
Lines 1331 to 1335 in 3d7a091
return INTERNER.intern_path(sysroot); | |
} | |
// Symlink the source root into the same location inside the sysroot, | |
// where `rust-src` component would go (`$sysroot/lib/rustlib/src/rust`), |
symlinking phases are bypassed which causes tools like miri
can't find rust-src
.
Metadata
Metadata
Assignees
Labels
T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)