-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
remove check-fast driver #4193
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
Comments
It's also causing us to have continuous, repeated windows bustage from not running the full test suite. |
Yes |
Still relevent, still frequently breaking. Is it worth the perf hit for windows though? |
This was referenced Aug 29, 2013
Triage bump. |
brson
added a commit
to brson/rust
that referenced
this issue
Feb 25, 2014
brson
added a commit
to brson/rust
that referenced
this issue
Mar 22, 2014
alexcrichton
pushed a commit
to alexcrichton/rust
that referenced
this issue
Apr 5, 2014
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jan 30, 2021
`manual_filter_map` and `manual_find_map` changelog: Add `manual_filter_map` and replace `find_map` with `manual_find_map` Replaces rust-lang#6453 Fixes rust-lang#3188 Fixes rust-lang#4193 ~Depends on rust-lang#6567 (to fix an internal lint false positive)~ This replaces `filter_map` and `find_map` with `manual_filter_map` and `manual_find_map` respectively. However, `filter_map` is left in place since it is used for a variety of other cases. See discussion in rust-lang#6453.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
It's not compatible with the new import resolution rules.
The text was updated successfully, but these errors were encountered: