Rollup merge of #133001 - lcnr:test-next-solver, r=compiler-errors
actually test next solver uwu r? `@compiler-errors`
This commit is contained in:
commit
2e13bf6379
3 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
warning: the feature `lazy_type_alias` is incomplete and may not be safe to use and/or cause compiler crashes
|
||||
--> $DIR/normalize-self-type-constrains-trait-args.rs:5:12
|
||||
--> $DIR/normalize-self-type-constrains-trait-args.rs:8:12
|
||||
|
|
||||
LL | #![feature(lazy_type_alias)]
|
||||
| ^^^^^^^^^^^^^^^
|
|
@ -0,0 +1,11 @@
|
|||
warning: the feature `lazy_type_alias` is incomplete and may not be safe to use and/or cause compiler crashes
|
||||
--> $DIR/normalize-self-type-constrains-trait-args.rs:8:12
|
||||
|
|
||||
LL | #![feature(lazy_type_alias)]
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
|
||||
= note: see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
|
||||
= note: `#[warn(incomplete_features)]` on by default
|
||||
|
||||
warning: 1 warning emitted
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
//@ revisions: current next
|
||||
//@[next] compile-flags: -Znext-solver
|
||||
//@ ignore-compare-mode-next-solver (explicit revisions)
|
||||
//@ check-pass
|
||||
|
||||
// This goal is also possible w/ a GAT, but lazy_type_alias
|
||||
|
|
Loading…
Add table
Reference in a new issue