]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/const-generics/type-dependent/const-arg-in-const-arg.rs
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / const-generics / type-dependent / const-arg-in-const-arg.rs
index 4997d493bbb4a9e1d69afcadbe0a82f3f095e84b..e844148346fb4950155f6c2b53c0e1bfa4f3cd97 100644 (file)
@@ -1,6 +1,6 @@
 // run-pass
 // revisions: full min
-#![cfg_attr(full, feature(const_generics))]
+#![cfg_attr(full, feature(generic_const_exprs))]
 #![allow(incomplete_features)]
 
 struct Foo;