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
|
@ -10,7 +10,7 @@
|
|||
|
||||
// ignore-android: FIXME(#10381)
|
||||
|
||||
#[feature(managed_boxes)];
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// compile-flags:-g
|
||||
// debugger:set print pretty off
|
||||
|
@ -102,8 +102,8 @@
|
|||
|
||||
// debugger:continue
|
||||
|
||||
#[allow(unused_variable)];
|
||||
#[feature(struct_variant)];
|
||||
#![allow(unused_variable)]
|
||||
#![feature(struct_variant)]
|
||||
|
||||
enum Opt<T> {
|
||||
Empty,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue