-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Tests failures on i686-pc-mingw32 #12745
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Did you run Anyway it should be fixed. I was also investigating them. Here's results so far:
|
Yes, update: run
|
Current status:
|
Can anyone confirm this is still an issue? |
This is fixed since windows buildbots run |
…s-schievink feat: Implement `ignore` and `index` metavar expression Part of rust-lang/rust-analyzer#11952 Fixes rust-lang/rust-analyzer#12675
Suggest collapsing nested or patterns if the MSRV allows it Nested `or` patterns have been stable since 1.53, so we should be able to suggest `Some(1 | 2)` if the MSRV isn't set below that. This change adds an msrv check and also moves it to `matches/mod.rs`, because it's also needed by `redundant_guards`. changelog: [`collapsible_match`]: suggest collapsing nested or patterns if the MSRV allows it
make check
Failures:Update: run
make check-fast
got one fail:The text was updated successfully, but these errors were encountered: