]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/const-generics/min_const_generics/complex-types.rs
New upstream version 1.51.0+dfsg1
[rustc.git] / src / test / ui / const-generics / min_const_generics / complex-types.rs
index 2aaf2c39875583ca9ec703a4ad04e5d9b103013b..057bd5af89ef70480d8fd41f30f327b73ec1b7e9 100644 (file)
@@ -1,4 +1,3 @@
-#![feature(min_const_generics)]
 #![feature(never_type)]
 
 struct Foo<const N: [u8; 0]>;