Skip to content

Commit c85b5fc

Browse files
committed
check OpaqueCast tests with next-solver
1 parent 289a23e commit c85b5fc

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

tests/ui/type-alias-impl-trait/cross_inference_pattern_bug_no_type.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//@ compile-flags: --crate-type=lib
22
//@ edition: 2021
3-
//@ rustc-env:RUST_BACKTRACE=0
43
//@ check-pass
54

65
// tracked in https://github.com/rust-lang/rust/issues/96572

tests/ui/type-alias-impl-trait/destructure_tait-ice-113594.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//@ revisions: current next
2+
//@ [next] compile-flags: -Znext-solver
13
//@ build-pass
24
//@ edition: 2021
35

tests/ui/type-alias-impl-trait/tait-normalize.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//@ revisions: current next
2+
//@ [next] compile-flags: -Znext-solver
13
//@ check-pass
24

35
#![feature(type_alias_impl_trait)]

0 commit comments

Comments
 (0)