]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/const-generics/infer_arg_from_pat.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / const-generics / infer_arg_from_pat.rs
index 5e2a3eaff5438ec8c51d7e4dda912679f54d4682..10317a1b98fcc2a980ceebd79a154b14cc7ea693 100644 (file)
@@ -1,10 +1,6 @@
 // run-pass
 //
 // see issue #70529
-// revisions: full min
-
-#![cfg_attr(full, feature(const_generics))]
-#![cfg_attr(full, allow(incomplete_features))]
 
 struct A<const N: usize> {
     arr: [u8; N],