Skip to content

Commit 3830510

Browse files
Ignore tests w/ current/next revisions from compare-mode=next-solver
1 parent 76ee6fc commit 3830510

File tree

137 files changed

+501
-363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+501
-363
lines changed

tests/ui/associated-inherent-types/inference.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Testing inference capabilities.
22
//@ check-pass
33
//@ revisions: current next
4+
//@ ignore-compare-mode-next-solver (explicit revisions)
45
//@[next] compile-flags: -Znext-solver
56

67
#![feature(inherent_associated_types)]

tests/ui/async-await/async-closures/is-fn.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//@ edition:2021
33
//@ build-pass
44
//@ revisions: current next
5+
//@ ignore-compare-mode-next-solver (explicit revisions)
56
//@[next] compile-flags: -Znext-solver
67

78
#![feature(async_closure)]

tests/ui/async-await/async-closures/once.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//@ edition:2021
33
//@ build-pass
44
//@ revisions: current next
5+
//@ ignore-compare-mode-next-solver (explicit revisions)
56
//@[next] compile-flags: -Znext-solver
67

78
#![feature(async_closure)]

tests/ui/async-await/async-fn/higher-ranked-async-fn.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ aux-build:block-on.rs
22
//@ edition:2018
33
//@ revisions: current next
4+
//@ ignore-compare-mode-next-solver (explicit revisions)
45
//@[next] compile-flags: -Znext-solver
56
//@ build-pass (since it ICEs during mono)
67

tests/ui/async-await/async-fn/project.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ edition:2018
22
//@ revisions: current next
3+
//@ ignore-compare-mode-next-solver (explicit revisions)
34
//@[next] compile-flags: -Znext-solver
45
//@ check-pass
56

tests/ui/async-await/normalize-output-in-signature-deduction.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ edition:2021
22
//@ revisions: current next
3+
//@ ignore-compare-mode-next-solver (explicit revisions)
34
//@[next] compile-flags: -Znext-solver
45
//@ check-pass
56

tests/ui/async-await/return-type-notation/normalizing-self-auto-trait-issue-109924.current.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
warning: the feature `return_type_notation` is incomplete and may not be safe to use and/or cause compiler crashes
2-
--> $DIR/normalizing-self-auto-trait-issue-109924.rs:6:12
2+
--> $DIR/normalizing-self-auto-trait-issue-109924.rs:7:12
33
|
44
LL | #![feature(return_type_notation)]
55
| ^^^^^^^^^^^^^^^^^^^^

tests/ui/async-await/return-type-notation/normalizing-self-auto-trait-issue-109924.next.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
warning: the feature `return_type_notation` is incomplete and may not be safe to use and/or cause compiler crashes
2-
--> $DIR/normalizing-self-auto-trait-issue-109924.rs:6:12
2+
--> $DIR/normalizing-self-auto-trait-issue-109924.rs:7:12
33
|
44
LL | #![feature(return_type_notation)]
55
| ^^^^^^^^^^^^^^^^^^^^

tests/ui/async-await/return-type-notation/normalizing-self-auto-trait-issue-109924.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ check-pass
22
//@ revisions: current next
3+
//@ ignore-compare-mode-next-solver (explicit revisions)
34
//@[next] compile-flags: -Znext-solver
45
//@ edition:2021
56

tests/ui/auto-traits/issue-23080-2.current.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0380]: auto traits cannot have associated items
2-
--> $DIR/issue-23080-2.rs:8:10
2+
--> $DIR/issue-23080-2.rs:9:10
33
|
44
LL | unsafe auto trait Trait {
55
| ----- auto traits cannot have associated items

0 commit comments

Comments
 (0)