Skip to content

Commit cf3dd7b

Browse files
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`
2 parents a36671a + 93c210a commit cf3dd7b

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/test/ui/json-multiple.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// build-pass
22
// ignore-pass (different metadata emitted in different modes)
33
// compile-flags: --json=diagnostic-short --json artifacts --error-format=json
4-
// ignore-compare-mode-nll
54

65
#![crate_type = "lib"]

src/test/ui/json-options.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// build-pass
22
// ignore-pass (different metadata emitted in different modes)
33
// compile-flags: --json=diagnostic-short,artifacts --error-format=json
4-
// ignore-compare-mode-nll
54

65
#![crate_type = "lib"]

src/test/ui/rmeta/emit-artifact-notifications.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// build-pass
33
// ignore-pass
44
// ^-- needed because `--pass check` does not emit the output needed.
5-
// ignore-compare-mode-nll
65

76
// A very basic test for the emission of artifact notifications in JSON output.
87

src/test/ui/save-analysis/emit-notifications.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
// compile-flags: --crate-type rlib --error-format=json
44
// ignore-pass
55
// ^-- needed because otherwise, the .stderr file changes with --pass check
6-
// ignore-compare-mode-nll
76

87
pub fn foo() {}

0 commit comments

Comments
 (0)