]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/const-generics/const-param-type-depends-on-type-param.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / const-generics / const-param-type-depends-on-type-param.rs
index b76209571b05cba8633f4f2606ee23bcc1071d5a..684ccf71082c28ea996ef662d24423e03889ba30 100644 (file)
@@ -2,7 +2,7 @@
 //~^ WARN the feature `const_generics` is incomplete and may cause the compiler to crash
 
 // Currently, const parameters cannot depend on type parameters, because there is no way to
-// enforce the `structural_match` property on an arbitrary type parameter. This restriction
+// enforce the structural-match property on an arbitrary type parameter. This restriction
 // may be relaxed in the future. See https://github.com/rust-lang/rfcs/pull/2000 for more
 // details.