File tree 24 files changed +28
-24
lines changed
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
Original file line number Diff line number Diff line change 11
11
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
12
12
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
13
13
#![ crate_name = "rustc_borrowck" ]
14
- #![ unstable( feature = "rustc_private" ) ]
14
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
15
15
#![ staged_api]
16
16
#![ crate_type = "dylib" ]
17
17
#![ crate_type = "rlib" ]
Original file line number Diff line number Diff line change 19
19
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
20
20
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
21
21
#![ crate_name = "rustc_data_structures" ]
22
- #![ unstable( feature = "rustc_private" ) ]
22
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
23
23
#![ crate_type = "dylib" ]
24
24
#![ crate_type = "rlib" ]
25
25
#![ staged_api]
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_driver" ]
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 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 = "rustc_lint" ]
25
- #![ unstable( feature = "rustc_private" ) ]
25
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
26
26
#![ staged_api]
27
27
#![ crate_type = "dylib" ]
28
28
#![ crate_type = "rlib" ]
Original file line number Diff line number Diff line change 17
17
#![ allow( trivial_casts) ]
18
18
19
19
#![ crate_name = "rustc_llvm" ]
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 11
11
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
12
12
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
13
13
#![ crate_name = "rustc_privacy" ]
14
- #![ unstable( feature = "rustc_private" ) ]
14
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
15
15
#![ staged_api]
16
16
#![ crate_type = "dylib" ]
17
17
#![ crate_type = "rlib" ]
Original file line number Diff line number Diff line change 11
11
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
12
12
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
13
13
#![ crate_name = "rustc_resolve" ]
14
- #![ unstable( feature = "rustc_private" ) ]
14
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
15
15
#![ staged_api]
16
16
#![ crate_type = "dylib" ]
17
17
#![ crate_type = "rlib" ]
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_trans" ]
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 @@ -65,7 +65,7 @@ This API is completely unstable and subject to change.
65
65
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
66
66
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
67
67
#![ crate_name = "rustc_typeck" ]
68
- #![ unstable( feature = "rustc_private" ) ]
68
+ #![ unstable( feature = "rustc_private" , issue = "27812" ) ]
69
69
#![ staged_api]
70
70
#![ crate_type = "dylib" ]
71
71
#![ crate_type = "rlib" ]
Original file line number Diff line number Diff line change 11
11
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
12
12
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
13
13
#![ crate_name = "rustdoc" ]
14
- #![ unstable( feature = "rustdoc" ) ]
14
+ #![ unstable( feature = "rustdoc" , issue = "27812" ) ]
15
15
#![ staged_api]
16
16
#![ crate_type = "dylib" ]
17
17
#![ crate_type = "rlib" ]
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ Core encoding and decoding interfaces.
18
18
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
19
19
#![ crate_name = "serialize" ]
20
20
#![ unstable( feature = "rustc_private" ,
21
- reason = "deprecated in favor of rustc-serialize on crates.io" ) ]
21
+ reason = "deprecated in favor of rustc-serialize on crates.io" ,
22
+ issue = "27812" ) ]
22
23
#![ staged_api]
23
24
#![ crate_type = "rlib" ]
24
25
#![ 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 = "syntax" ]
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 45
45
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
46
46
#![ crate_name = "term" ]
47
47
#![ unstable( feature = "rustc_private" ,
48
- reason = "use the crates.io `term` library instead" ) ]
48
+ reason = "use the crates.io `term` library instead" ,
49
+ issue = "27812" ) ]
49
50
#![ staged_api]
50
51
#![ crate_type = "rlib" ]
51
52
#![ crate_type = "dylib" ]
Original file line number Diff line number Diff line change 26
26
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
27
27
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
28
28
#![ crate_name = "test" ]
29
- #![ unstable( feature = "test" ) ]
29
+ #![ unstable( feature = "test" , issue = "27812" ) ]
30
30
#![ staged_api]
31
31
#![ crate_type = "rlib" ]
32
32
#![ crate_type = "dylib" ]
You can’t perform that action at this time.
0 commit comments