about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/call-generic-method-pass.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/const-traits/call-generic-method-pass.rs')
-rw-r--r--tests/ui/traits/const-traits/call-generic-method-pass.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/traits/const-traits/call-generic-method-pass.rs b/tests/ui/traits/const-traits/call-generic-method-pass.rs
index 413685d8b34..cbeeb2567dd 100644
--- a/tests/ui/traits/const-traits/call-generic-method-pass.rs
+++ b/tests/ui/traits/const-traits/call-generic-method-pass.rs
@@ -1,5 +1,6 @@
 //! Basic test for calling methods on generic type parameters in `const fn`.
 
+//@ compile-flags: -Znext-solver
 //@ known-bug: #110395
 // FIXME(effects) check-pass