]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc1445/cant-hide-behind-direct-struct-embedded.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / rfc1445 / cant-hide-behind-direct-struct-embedded.rs
index e9dcb4f85f60bfa43797e09e2c49a40501f468bd..c663535e533bd162e13f788767676b628eb4db86 100644 (file)
@@ -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