about summary refs log tree commit diff
path: root/src/test/ui/rfc1445/cant-hide-behind-direct-struct-embedded.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/rfc1445/cant-hide-behind-direct-struct-embedded.rs')
-rw-r--r--src/test/ui/rfc1445/cant-hide-behind-direct-struct-embedded.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/rfc1445/cant-hide-behind-direct-struct-embedded.rs b/src/test/ui/rfc1445/cant-hide-behind-direct-struct-embedded.rs
index e9dcb4f85f6..c663535e533 100644
--- a/src/test/ui/rfc1445/cant-hide-behind-direct-struct-embedded.rs
+++ b/src/test/ui/rfc1445/cant-hide-behind-direct-struct-embedded.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