about summary refs log tree commit diff
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 ed69f492fb9..352dbeefa8a 100644
--- a/tests/ui/consts/try-operator.rs
+++ b/tests/ui/consts/try-operator.rs
@@ -1,4 +1,4 @@
-// known-bug: #110395
+//@ known-bug: #110395
 
 #![feature(try_trait_v2)]
 #![feature(const_trait_impl)]