-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Figure out why x.py test --stage 0 rust-analyzer doesn't work #99610
Copy link
Copy link
Open
Labels
A-contributor-roadblockArea: Makes things more difficult for new or seasoned contributors to RustArea: Makes things more difficult for new or seasoned contributors to RustP-lowLow priorityLow priorityT-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)
Metadata
Metadata
Assignees
Labels
A-contributor-roadblockArea: Makes things more difficult for new or seasoned contributors to RustArea: Makes things more difficult for new or seasoned contributors to RustP-lowLow priorityLow priorityT-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)
Type
Fields
Give feedbackNo fields configured for issues without a type.
(This issue only makes sense after #99603 lands)
@jyn514 is convinced it should if the proper sysroot is used to compile both the
proc-macro-srvandproc-macro-test-implcrates.There's one nested invocation of rustc in
proc-macro-srv's build script, but it uses$RUSTC(all it does is grab the trimmed output ofrustc -v).There's one nested invocation of cargo in
proc-macro-test's build script (to buildproc-macro-test-implin a temp dir), but it uses$CARGO.Here's the output of
./x.py test --stage 0 -vv rust-analyzer --test-args like_macro_clone_literals: https://gist.github.com/fasterthanlime/3de46b62906d0762c8c3ac0e295892a4