summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/try-operator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/try-operator.rs')
-rw-r--r--tests/ui/consts/try-operator.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/try-operator.rs b/tests/ui/consts/try-operator.rs
index fe43b132c..ed69f492f 100644
--- a/tests/ui/consts/try-operator.rs
+++ b/tests/ui/consts/try-operator.rs
@@ -1,4 +1,4 @@
-// run-pass
+// known-bug: #110395
#![feature(try_trait_v2)]
#![feature(const_trait_impl)]