]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/const-generics/issues/issue-56445.rs
New upstream version 1.51.0+dfsg1
[rustc.git] / src / test / ui / const-generics / issues / issue-56445.rs
index 0bcde348b05d5d1ef52d007fe1941481162ae5a3..bc9e1dee853e482c592da4e5c6741e26d54c3ebd 100644 (file)
@@ -1,7 +1,6 @@
 // Regression test for https://github.com/rust-lang/rust/issues/56445#issuecomment-518402995.
 // revisions: full min
 #![cfg_attr(full, feature(const_generics))] //[full]~WARN the feature `const_generics` is incomplete
-#![cfg_attr(min, feature(min_const_generics))]
 #![crate_type = "lib"]
 
 use std::marker::PhantomData;