]> git.lizzy.rs Git - rust.git/blobdiff - src/test/codegen/box-maybe-uninit.rs
Auto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r=Dylan-DPC
[rust.git] / src / test / codegen / box-maybe-uninit.rs
index 0dd67bb95ccaa5d500d2ef6157eedbfc933985d9..5004f787cde190725b2b5d3b69a117a319fcb0a6 100644 (file)
@@ -1,6 +1,5 @@
 // compile-flags: -O
 #![crate_type="lib"]
-#![feature(maybe_uninit)]
 
 use std::mem::MaybeUninit;