Use new attribute syntax in python files in src/etc too (#13478)
This commit is contained in:
parent
e2e754810c
commit
713e87526e
473 changed files with 607 additions and 607 deletions
|
@ -29,7 +29,7 @@
|
|||
// debugger:print univariant
|
||||
// check:$4 = {a = -1}
|
||||
|
||||
#[feature(struct_variant)];
|
||||
#![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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue