]> 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 7e8152dacc46ce10621d5f6855b0e91507607152..10317a1b98fcc2a980ceebd79a154b14cc7ea693 100644 (file)
@@ -1,8 +1,6 @@
 // run-pass
 //
 // see issue #70529
-#![feature(const_generics)]
-//~^ WARN the feature `const_generics` is incomplete
 
 struct A<const N: usize> {
     arr: [u8; N],