-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Update submodules (Clippy, RLS) #59924
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
📌 Commit fbe3dbc72fb924dccf83f25974ee71cb8ffbcbc0 has been approved by |
Based on #59901 (comment) and since #59733 is already being tested in the queue, I've omitted Miri for now @bors r+ |
📌 Commit c73486a967fa72772bc4a801c9c02c9f3ea457c5 has been approved by |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
You don't have to update |
I'd like to avoid headache for someone that'd decide to update Miri together with rand (because of the rand_core:0.3.0 incompatibility) and hopefully that should the Miri update should follow very soon |
The linker error definitely looks unrelated unless I'm missing something obvious. Let's go for the minimal patch as you're saying |
@bors r+ |
📌 Commit 0a5bc93 has been approved by |
Update submodules (Clippy, RLS) Basically #59916 with one fix applied to make it build
☀️ Test successful - checks-travis, status-appveyor |
📣 Toolstate changed by #59924! Tested on commit 99da733. 🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). |
Tested on commit rust-lang/rust@99da733. Direct link to PR: <rust-lang/rust#59924> 🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). 🎉 clippy-driver on linux: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). 🎉 rls on windows: build-fail → test-pass (cc @nrc @Xanewok, @rust-lang/infra). 🎉 rls on linux: build-fail → test-pass (cc @nrc @Xanewok, @rust-lang/infra).
Basically #59916 with one fix applied to make it build