-
Notifications
You must be signed in to change notification settings - Fork 13k
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
./x.py c library/std not supported #77603
Comments
It is unclear to me -- did this work in the past? I wouldn't personally want it to be a thing but I guess maybe Cargo has already created the expectation for this alias? |
Yeah, it worked in the past. However I am fine with using check if that reduces maintenance burden. |
Mentoring instructions: Change Line 256 in f296163
to "check" | "c" .
|
It would be nice to have all those matches use |
|
Hmm, I think there are existing |
Add c as a shorthand check alternative for new options rust-lang#77603 There is a missing "c" that is a shorthand for "check" in newly added match arm for handling check-specific options.
Rollup of 11 pull requests Successful merges: - rust-lang#76784 (Add some docs to rustdoc::clean::inline and def_id functions) - rust-lang#76911 (fix VecDeque::iter_mut aliasing issues) - rust-lang#77400 (Fix suggestions for x.py setup) - rust-lang#77515 (Update to chalk 0.31) - rust-lang#77568 (inliner: use caller param_env) - rust-lang#77571 (Use matches! for core::char methods) - rust-lang#77582 (Move `EarlyOtherwiseBranch` to mir-opt-level 2) - rust-lang#77590 (Update RLS and Rustfmt) - rust-lang#77605 (Fix rustc_def_path to show the full path and not the trimmed one) - rust-lang#77614 (Let backends access span information) - rust-lang#77624 (Add c as a shorthand check alternative for new options rust-lang#77603) Failed merges: r? `@ghost`
Should we close this as #77624 got merged? |
./x.py check library/std
works but./x.py c library/std
doesn't.The latter command give the following errors:
The commit I use is a1dfd24,
which is latest upstream commit at this time.
Meta
Backtrace
cc @Mark-Simulacrum
@rustbot modify labels: A-rustbuild
The text was updated successfully, but these errors were encountered: