check OpaqueCast tests with next-solver
This commit is contained in:
parent
289a23e0e2
commit
c85b5fcd07
3 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
//@ compile-flags: --crate-type=lib
|
||||
//@ edition: 2021
|
||||
//@ rustc-env:RUST_BACKTRACE=0
|
||||
//@ check-pass
|
||||
|
||||
// tracked in https://github.com/rust-lang/rust/issues/96572
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//@ revisions: current next
|
||||
//@ [next] compile-flags: -Znext-solver
|
||||
//@ build-pass
|
||||
//@ edition: 2021
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//@ revisions: current next
|
||||
//@ [next] compile-flags: -Znext-solver
|
||||
//@ check-pass
|
||||
|
||||
#![feature(type_alias_impl_trait)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue