File tree Expand file tree Collapse file tree 6 files changed +11
-1
lines changed Expand file tree Collapse file tree 6 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 31d78b2f0756b88cb5923dab9b264733a9579a53
2
+ refs/heads/master: c5461e46aecbf42a23bdecb4cc3f8320fba2866b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
Original file line number Diff line number Diff line change 55
55
#[ forbid( deprecated_mode) ] ;
56
56
#[ forbid( deprecated_pattern) ] ;
57
57
58
+ // Transitional
59
+ #[ allow( structural_records) ] ; // Macros -- needs a snapshot
60
+
58
61
/*
59
62
Syntax Extension: fmt
60
63
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ with destructors.
38
38
// NB: transitionary, de-mode-ing.
39
39
#[ forbid( deprecated_mode) ] ;
40
40
#[ forbid( deprecated_pattern) ] ;
41
+ // Transitional
42
+ #[ allow( structural_records) ] ;
41
43
42
44
use cast;
43
45
use io;
Original file line number Diff line number Diff line change 11
11
// NB: transitionary, de-mode-ing.
12
12
#[ forbid( deprecated_mode) ] ;
13
13
#[ forbid( deprecated_pattern) ] ;
14
+ #[ allow( structural_records) ] ;
14
15
15
16
/*!
16
17
* Higher-level interfaces to libc::* functions and operating system services.
Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ bounded and unbounded protocols allows for less code duplication.
87
87
// re-forbid after snapshot
88
88
#[ forbid( deprecated_pattern) ] ;
89
89
90
+ // Transitional -- needs snapshot
91
+ #[ allow( structural_records) ] ;
92
+
90
93
use cmp:: Eq ;
91
94
use cast:: { forget, reinterpret_cast, transmute} ;
92
95
use either:: { Either , Left , Right } ;
Original file line number Diff line number Diff line change 11
11
// NB: transitionary, de-mode-ing.
12
12
#[ forbid( deprecated_mode) ] ;
13
13
#[ forbid( deprecated_pattern) ] ;
14
+ #[ allow( structural_records) ] ;
14
15
15
16
//! Process spawning
16
17
use io;
You can’t perform that action at this time.
0 commit comments