forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#97883 - JohnTitor:no-more-compare-mode-nll,…
… 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``
- Loading branch information
Showing
4 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
// build-pass | ||
// ignore-pass (different metadata emitted in different modes) | ||
// compile-flags: --json=diagnostic-short --json artifacts --error-format=json | ||
// ignore-compare-mode-nll | ||
|
||
#![crate_type = "lib"] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
// build-pass | ||
// ignore-pass (different metadata emitted in different modes) | ||
// compile-flags: --json=diagnostic-short,artifacts --error-format=json | ||
// ignore-compare-mode-nll | ||
|
||
#![crate_type = "lib"] |
This file contains 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
This file contains 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