File tree Expand file tree Collapse file tree 24 files changed +28
-24
lines changed Expand file tree Collapse file tree 24 files changed +28
-24
lines changed Original file line number Diff line number Diff line change 22
22
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
23
23
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
24
24
#![ crate_name = "arena" ]
25
- #![ unstable( feature = "rustc_private" ) ]
25
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
26
26
#![ staged_api]
27
27
#![ crate_type = "rlib" ]
28
28
#![ crate_type = "dylib" ]
Original file line number Diff line number Diff line change 17
17
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
18
18
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
19
19
#![ crate_name = "flate" ]
20
- #![ unstable( feature = "rustc_private" ) ]
20
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
21
21
#![ staged_api]
22
22
#![ crate_type = "rlib" ]
23
23
#![ crate_type = "dylib" ]
Original file line number Diff line number Diff line change 17
17
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
18
18
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
19
19
#![ crate_name = "fmt_macros" ]
20
- #![ unstable( feature = "rustc_private" ) ]
20
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
21
21
#![ staged_api]
22
22
#![ crate_type = "rlib" ]
23
23
#![ crate_type = "dylib" ]
Original file line number Diff line number Diff line change 80
80
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
81
81
#![ crate_name = "getopts" ]
82
82
#![ unstable( feature = "rustc_private" ,
83
- reason = "use the crates.io `getopts` library instead" ) ]
83
+ reason = "use the crates.io `getopts` library instead" ,
84
+ issue = "27812" ) ]
84
85
#![ staged_api]
85
86
#![ crate_type = "rlib" ]
86
87
#![ crate_type = "dylib" ]
Original file line number Diff line number Diff line change 276
276
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
277
277
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
278
278
#![ crate_name = "graphviz" ]
279
- #![ unstable( feature = "rustc_private" ) ]
279
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
280
280
#![ feature( staged_api) ]
281
281
#![ staged_api]
282
282
#![ crate_type = "rlib" ]
Original file line number Diff line number Diff line change 159
159
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
160
160
#![ crate_name = "log" ]
161
161
#![ unstable( feature = "rustc_private" ,
162
- reason = "use the crates.io `log` library instead" ) ]
162
+ reason = "use the crates.io `log` library instead" ,
163
+ issue = "27812" ) ]
163
164
#![ staged_api]
164
165
#![ crate_type = "rlib" ]
165
166
#![ crate_type = "dylib" ]
Original file line number Diff line number Diff line change 114
114
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
115
115
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
116
116
#![ crate_name = "rbml" ]
117
- #![ unstable( feature = "rustc_private" ) ]
117
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
118
118
#![ staged_api]
119
119
#![ crate_type = "rlib" ]
120
120
#![ crate_type = "dylib" ]
Original file line number Diff line number Diff line change 17
17
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
18
18
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
19
19
#![ crate_name = "rustc" ]
20
- #![ unstable( feature = "rustc_private" ) ]
20
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
21
21
#![ staged_api]
22
22
#![ crate_type = "dylib" ]
23
23
#![ crate_type = "rlib" ]
Original file line number Diff line number Diff line change 24
24
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
25
25
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
26
26
#![ crate_name = "rustc_back" ]
27
- #![ unstable( feature = "rustc_private" ) ]
27
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
28
28
#![ staged_api]
29
29
#![ crate_type = "dylib" ]
30
30
#![ crate_type = "rlib" ]
Original file line number Diff line number Diff line change 18
18
#![ crate_type = "rlib" ]
19
19
#![ feature( no_std) ]
20
20
#![ no_std]
21
- #![ unstable( feature = "rustc_private" ) ]
21
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
22
22
23
23
//! A typesafe bitmask flag generator.
24
24
You can’t perform that action at this time.
0 commit comments