1
Fork 0

Add appropriate #[feature] directives to tests

This commit is contained in:
Alex Crichton 2013-10-02 20:00:54 -07:00
parent dd98f7089f
commit 3396365cab
108 changed files with 174 additions and 44 deletions

View file

@ -26,6 +26,8 @@
// debugger:print univariant
// check:$4 = {a = -1}
#[feature(struct_variant)];
// NOTE: This is a copy of the non-generic test case. The `Txx` type parameters have to be
// substituted with something of size `xx` bits and the same alignment as an integer type of the
// same size.