Remove ignore-compare-mode-nll annotations from tests#97883
Merged
bors merged 1 commit intorust-lang:masterfrom Jun 9, 2022
Merged
Remove ignore-compare-mode-nll annotations from tests#97883bors merged 1 commit intorust-lang:masterfrom
ignore-compare-mode-nll annotations from tests#97883bors merged 1 commit intorust-lang:masterfrom
Conversation
Member
|
@bors r+ rollup |
Collaborator
|
📌 Commit 93c210a has been approved by |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Jun 8, 2022
… r=jackh726 Remove `ignore-compare-mode-nll` annotations from tests Since rust-lang#95565 these do nothing as compare-mode-nll has been removed. r? ``@jackh726``
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 8, 2022
…piler-errors Rollup of 9 pull requests Successful merges: - rust-lang#97557 (Fix indices and remove some unwraps in arg mismatch algorithm) - rust-lang#97830 (Add std::alloc::set_alloc_error_hook example) - rust-lang#97856 (Don't suggest adding `let` in certain `if` conditions) - rust-lang#97857 (Suggest escaping `box` as identifier) - rust-lang#97871 (Suggest using `iter()` or `into_iter()` for `Vec`) - rust-lang#97882 (Add regresion test for rust-lang#67498) - rust-lang#97883 (Remove `ignore-compare-mode-nll` annotations from tests) - rust-lang#97891 (Update books) - rust-lang#97894 (Fix polonius compare mode.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since #95565 these do nothing as compare-mode-nll has been removed.
r? @jackh726