-
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
[Do not merge] Enable NLL for a crater run #53426
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @nikomatsakis or @pnkfelix to make sure this is the correct patch but let's get the ball rolling at least @bors try |
⌛ Trying commit d5bb4f5ea8c4046d58d34c5627a39b4aac03fc1a with merge a5d98b025f62ace80fe9d2a15781f900fc42515e... |
☀️ Test successful - status-travis |
cc @rust-lang/infra -- can somebody start a check-only crater run here? I don't know what is required =) |
@craterbot run start=master#142bb27373126edf8367f526358b6c72ecf1d8df end=try#a5d98b025f62ace80fe9d2a15781f900fc42515e mode=check-only cap-lints=warn |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
What is the recommended algorithm for reviewing this kanda Crater run? Just from poking around, there are a lot of ICE's: |
@Eh2406 my current algorithm is clicking through them one by one on mobile haha As noted by @lqd in the |
(Sorry I mentioned on Zulip I was crunching through the ICEs, but not here) |
Closing as this has been taken care of :) |
@bors try |
⌛ Trying commit 423e7f51691c708274f7a709b64ff8ecf14892ad with merge 3a8b7311d49570250afdeba6b45e5e7de7bca050... |
👋 |
@bors try |
⌛ Trying commit bed1453 with merge e3ede4ae5297558caacf160ecf523f3a5759f682... |
☀️ Test successful - status-travis |
@craterbot run name=pr-53426-2 start=master#fccde0018a618eb6f45d2a3c97f629809994dff6 end=try#e3ede4ae5297558caacf160ecf523f3a5759f682 mode=check-only cap-lints=warn |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
results look good 👍 |
Rescheduling the run because some errors were ignored by Crater. @craterbot run name=pr-53426-3 start=master#fccde0018a618eb6f45d2a3c97f629809994dff6 end=try#e3ede4ae5297558caacf160ecf523f3a5759f682 mode=check-only cap-lints=warn |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
Nothing new. |
This enables the MIR borrowck and two-phase-borrows by default, so that we can start the next NLL crater run (#53171).