]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/const-enum-tuple.rs
Imported Upstream version 1.0.0~beta.3
[rustc.git] / src / test / run-pass / const-enum-tuple.rs
index 2ab28f5fb23773d116f71af115b3ec3c447f7608..476defaa524a08096a2cb0332cc985ff66e4f072 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// pretty-expanded FIXME #23616
 
 enum E { V16(u16), V32(u32) }
 static C: (E, u16, u16) = (E::V16(0xDEAD), 0x600D, 0xBAD);