Skip to content

Commit 2e13bf6

Browse files
authored
Rollup merge of #133001 - lcnr:test-next-solver, r=compiler-errors
actually test next solver uwu r? `@compiler-errors`
2 parents 292cac9 + 1170381 commit 2e13bf6

3 files changed

+15
-1
lines changed

tests/ui/traits/next-solver/normalize/normalize-self-type-constrains-trait-args.stderr renamed to tests/ui/traits/next-solver/normalize/normalize-self-type-constrains-trait-args.current.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
warning: the feature `lazy_type_alias` is incomplete and may not be safe to use and/or cause compiler crashes
2-
--> $DIR/normalize-self-type-constrains-trait-args.rs:5:12
2+
--> $DIR/normalize-self-type-constrains-trait-args.rs:8:12
33
|
44
LL | #![feature(lazy_type_alias)]
55
| ^^^^^^^^^^^^^^^
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
warning: the feature `lazy_type_alias` is incomplete and may not be safe to use and/or cause compiler crashes
2+
--> $DIR/normalize-self-type-constrains-trait-args.rs:8:12
3+
|
4+
LL | #![feature(lazy_type_alias)]
5+
| ^^^^^^^^^^^^^^^
6+
|
7+
= note: see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
8+
= note: `#[warn(incomplete_features)]` on by default
9+
10+
warning: 1 warning emitted
11+

tests/ui/traits/next-solver/normalize/normalize-self-type-constrains-trait-args.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//@ revisions: current next
2+
//@[next] compile-flags: -Znext-solver
3+
//@ ignore-compare-mode-next-solver (explicit revisions)
14
//@ check-pass
25

36
// This goal is also possible w/ a GAT, but lazy_type_alias

0 commit comments

Comments
 (0)