]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/union/union-unsized.rs
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / union / union-unsized.rs
index e9792f527dc71ef672c44e51a1a9b1a6a8fe0bcb..8e897d7d3c6d66b2a9c0be661ca2ec2ea64fb6ee 100644 (file)
@@ -1,8 +1,6 @@
 // revisions: mirunsafeck thirunsafeck
 // [thirunsafeck]compile-flags: -Z thir-unsafeck
 
-#![feature(untagged_unions)]
-
 union U {
     a: str,
     //~^ ERROR the size for values of type