Add appropriate #[feature] directives to tests
This commit is contained in:
parent
dd98f7089f
commit
3396365cab
108 changed files with 174 additions and 44 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue