check OpaqueCast tests with next-solver

This commit is contained in:
lcnr 2025-04-17 12:36:27 +02:00
parent 289a23e0e2
commit c85b5fcd07
3 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -1,3 +1,5 @@
//@ revisions: current next
//@ [next] compile-flags: -Znext-solver
//@ build-pass
//@ edition: 2021

View file

@ -1,3 +1,5 @@
//@ revisions: current next
//@ [next] compile-flags: -Znext-solver
//@ check-pass
#![feature(type_alias_impl_trait)]