-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
rustup https://github.com/rust-lang/rust/pull/71215/ #5520
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this will fix the crash:
@bors r+ |
📌 Commit f9c1acb has been approved by |
rustup rust-lang/rust#71215 There's currently an crash in `ui/new_without_default.rs` that I need to figure out how to avoid. changelog: none
💔 Test failed - checks-action_test |
Let's wait if rust-lang/rust#71517 gets approved. Otherwise, we can just disable the |
@bors r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit f9c1acb has been approved by |
rustup rust-lang/rust#71215 There's currently an crash in `ui/new_without_default.rs` that I need to figure out how to avoid. changelog: none
💔 Test failed - checks-action_test |
looks like this just needs a UI test update due to rust-lang/rust#71494 getting merged as well |
I'm working on it 👍 |
@phansch ready for review for the suggestion changes of the |
@bors r=flip1995,phansch |
📌 Commit dda1c8d has been approved by |
values.insert(1); | ||
|
||
for _ in values.iter() { | ||
// FIXME(flip1995): Linting this with the following line uncommented is a FP, see #1654 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
There's currently an crash in
ui/new_without_default.rs
that I need to figure out how to avoid.changelog: none