Closed
Description
Doing x test std
will run the std's tests.
Doing x fmt std
results in:
thread 'main' panicked at 'entry failed with std: The system cannot find the file specified. (os error 2)', format.rs:257:25
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Doing x fmt library/std
works but I expected fmt
to work similarly to test
.
Metadata
Assignees
Labels
Category: An issue proposing an enhancement or a PR with one.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)