]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc1445/cant-hide-behind-doubly-indirect-param.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / rfc1445 / cant-hide-behind-doubly-indirect-param.rs
index 54579e487a6b9d5e1f184b8d53e6b619104fd604..1c29d67b65529dd5b3d2e92589b59a6782f0eb87 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