-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Allow checking miri and RLS with x.py check src/tools/{miri,rls}
#85051
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
Oh hmm I think checking miri needs to be off by default since it's out-of-tree. |
If this doesn't add extra maintenance and this adds support for |
Nope, adding things to |
cc @RalfJung btw - hopefully this is helpful :) |
x.py check src/tools/miri
x.py check src/tools/{miri,rls}
@bors r+ rollup |
📌 Commit e4b57e1 has been approved by |
Rollup of 7 pull requests Successful merges: - rust-lang#84777 (Apply `--cfg parallel_compiler` when documenting) - rust-lang#84783 (Allow formatting specific subdirectories) - rust-lang#84998 (Show nicer error when an 'unstable fingerprints' error occurs) - rust-lang#85002 (RELEASES.md: Use broken_intra_doc_links as an example, not nightly lint) - rust-lang#85051 (Allow checking miri and RLS with `x.py check src/tools/{miri,rls}`) - rust-lang#85114 (Remove outdated FIXME for download-rustc) - rust-lang#85143 (Document Rc::from) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Helps with #80639.
@Xanewok would you find this useful for RLS too?