about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/const-impl-trait.rs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-10-21 19:37:48 +0000
committerMichael Goulet <michael@errs.io>2024-10-24 09:46:36 +0000
commit779b3943d32816ce1d77672be78eb2871071322c (patch)
treeb25899e95d78a8c16f47afb721612a629d9ff5bb /tests/ui/traits/const-traits/const-impl-trait.rs
parentcde29b9ec9c49dfdebe06f7e97df4a322f27bd6a (diff)
downloadrust-779b3943d32816ce1d77672be78eb2871071322c.tar.gz
rust-779b3943d32816ce1d77672be78eb2871071322c.zip
Add next-solver to more effects tests
Diffstat (limited to 'tests/ui/traits/const-traits/const-impl-trait.rs')
-rw-r--r--tests/ui/traits/const-traits/const-impl-trait.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/traits/const-traits/const-impl-trait.rs b/tests/ui/traits/const-traits/const-impl-trait.rs
index 51dfe29b829..61b8c9a5bff 100644
--- a/tests/ui/traits/const-traits/const-impl-trait.rs
+++ b/tests/ui/traits/const-traits/const-impl-trait.rs
@@ -1,4 +1,7 @@
+//@ compile-flags: -Znext-solver
 //@ known-bug: #110395
+//@ failure-status: 101
+//@ dont-check-compiler-stderr
 // Broken until we have `&T: const Deref` impl in stdlib
 
 #![allow(incomplete_features)]