about summary refs log tree commit diff
path: root/src/test/ui/rfc1445/cant-hide-behind-doubly-indirect-param.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/rfc1445/cant-hide-behind-doubly-indirect-param.rs')
-rw-r--r--src/test/ui/rfc1445/cant-hide-behind-doubly-indirect-param.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/rfc1445/cant-hide-behind-doubly-indirect-param.rs b/src/test/ui/rfc1445/cant-hide-behind-doubly-indirect-param.rs
index 54579e487a6..1c29d67b655 100644
--- a/src/test/ui/rfc1445/cant-hide-behind-doubly-indirect-param.rs
+++ b/src/test/ui/rfc1445/cant-hide-behind-doubly-indirect-param.rs
@@ -1,6 +1,6 @@
 // This is part of a set of tests exploring the different ways a
-// `#[structural_match]` ADT might try to hold a
-// non-`#[structural_match]` in hidden manner that lets matches
+// structural-match ADT might try to hold a
+// non-structural-match in hidden manner that lets matches
 // through that we had intended to reject.
 //
 // See discussion on rust-lang/rust#62307 and rust-lang/rust#62339