3
3
``` skill-tree
4
4
[[group]]
5
5
name = "mut_ref"
6
- label = "mutable references in\nconst fn\nfg :const_mut_refs"
6
+ label = "mutable references in\nconst fn\nfeature :const_mut_refs"
7
7
href = "https://github.com/rust-lang/rust/issues/57349"
8
8
items = []
9
9
@@ -60,14 +60,14 @@ items = []
60
60
61
61
[[group]]
62
62
name = "ptr-is-null"
63
- label = "<*T>::is_null\nfg :const_ptr_is_null"
63
+ label = "<*T>::is_null\nfeature :const_ptr_is_null"
64
64
requires = ["fuzzy-ptr-comparisons"]
65
65
href = "https://github.com/rust-lang/rust/issues/74939"
66
66
items = []
67
67
68
68
[[group]]
69
69
name = "fuzzy-ptr-comparisons"
70
- label = "guaranteed_eq and\nguaranteed_ne\nfg :const_compare_raw_pointers"
70
+ label = "guaranteed_eq and\nguaranteed_ne\nfeature :const_compare_raw_pointers"
71
71
href = "https://github.com/rust-lang/rust/issues/53020"
72
72
requires = []
73
73
items = []
@@ -76,15 +76,15 @@ items = []
76
76
name = "unconst_rules"
77
77
label = "Need to come up\nwith a scheme\nfor const unsafe/unconst"
78
78
items = [
79
- { label = "transmute in functions\nfg :const_fn_transmute", href = "https://github.com/rust-lang/rust/issues/53605" },
80
- { label = "union field access in functions\nfg :const_fn_union", href = "https://github.com/rust-lang/rust/issues/51909", port = "union" },
81
- { label = "deref of raw pointers\nfg :const_raw_ptr_deref", href = "https://github.com/rust-lang/rust/issues/51911", port = "raw_ptr_deref" },
79
+ { label = "feature :const_fn_transmute", href = "https://github.com/rust-lang/rust/issues/53605" },
80
+ { label = "feature :const_fn_union", href = "https://github.com/rust-lang/rust/issues/51909", port = "union" },
81
+ { label = "feature :const_raw_ptr_deref", href = "https://github.com/rust-lang/rust/issues/51911", port = "raw_ptr_deref" },
82
82
]
83
83
href = "https://github.com/rust-lang/const-eval/issues/14"
84
84
85
85
[[group]]
86
86
name = "offset_of"
87
- label = "offset_of\nfg :const_ptr_offset"
87
+ label = "offset_of\nfeature :const_ptr_offset"
88
88
href = "https://github.com/rust-lang/rust/issues/71499"
89
89
items = []
90
90
requires = [
@@ -96,19 +96,19 @@ requires = [
96
96
97
97
[[group]]
98
98
name = "offset_from"
99
- label = "offset_from\nfg :ptr_offset_from"
99
+ label = "offset_from\nfeature :ptr_offset_from"
100
100
href = "https://github.com/rust-lang/rust/issues/41079"
101
101
items = []
102
102
103
103
[[group]]
104
104
name = "raw_ref_macros"
105
- label = "raw_ref maros\nfg :raw_ref_macros"
105
+ label = "raw_ref maros\nfeature :raw_ref_macros"
106
106
href = "https://github.com/rust-lang/rust/issues/73394"
107
107
items = []
108
108
109
109
[[group]]
110
110
name = "maybe_uninit_as_ptr"
111
- label = "MaybeUninit::as_ptr\nfg :const_maybe_uninit_as_ptr"
111
+ label = "MaybeUninit::as_ptr\nfeature :const_maybe_uninit_as_ptr"
112
112
href = "https://github.com/rust-lang/rust/issues/75251"
113
113
items = []
114
114
@@ -154,19 +154,19 @@ href = "https://github.com/rust-lang/rust/issues/57241"
154
154
items = [
155
155
{ label = "from_bits" },
156
156
{ label = "to_bits" },
157
- { label = "general usage of float math,\narguments and return types" },
157
+ { label = "float math, arguments and return types" },
158
158
]
159
159
160
160
[[group]]
161
161
name = "float_classify"
162
- label = "fg :const_float_classify"
162
+ label = "feature :const_float_classify"
163
163
href = "https://github.com/rust-lang/rust/issues/72505"
164
164
items = []
165
165
requires = ["float_bits_conv"]
166
166
167
167
[[group]]
168
168
name = "float_bits_conv"
169
- label = "fg :const_float_bits_conv"
169
+ label = "feature :const_float_bits_conv"
170
170
href = "https://github.com/rust-lang/rust/issues/72447"
171
171
items = []
172
172
requires = ["float"]
@@ -192,42 +192,42 @@ href = "https://github.com/rust-lang/rust/issues/51999"
192
192
items = []
193
193
194
194
[[group]]
195
- label = "fg :const_panic"
195
+ label = "feature :const_panic"
196
196
name = "panic"
197
197
href = "https://github.com/rust-lang/rust/issues/51999"
198
198
items = [
199
199
{ label = "assert!" },
200
200
]
201
201
202
202
[[group]]
203
- label = "fg :const_discriminant"
203
+ label = "feature :const_discriminant"
204
204
name = "discriminant"
205
205
href = "https://github.com/rust-lang/rust/pull/69825"
206
206
items = []
207
207
208
208
[[group]]
209
- label = "fg :const_trait_bound_opt_out"
209
+ label = "feature :const_trait_bound_opt_out"
210
210
name = "trait_bound_opt_out"
211
211
href = "https://github.com/rust-lang/rust/issues/67794"
212
212
items = []
213
213
214
214
[[group]]
215
- label = "fg :const_trait_impl"
215
+ label = "feature :const_trait_impl"
216
216
name = "trait_impl"
217
217
href="https://github.com/rust-lang/rust/issues/67792"
218
218
items = [
219
219
{ label = "?const trait bound opt out", href = "https://github.com/rust-lang/rust/issues/67794"}
220
220
]
221
221
222
222
[[group]]
223
- label = "fg :const_raw_ptr_to_usize_cast"
223
+ label = "feature :const_raw_ptr_to_usize_cast"
224
224
name = "raw_ptr_to_usize_cast"
225
225
href="https://github.com/rust-lang/rust/issues/51910"
226
226
items = []
227
227
requires = ["unconst_rules"]
228
228
229
229
[[group]]
230
- label = "fg :const_extern_fn"
230
+ label = "feature :const_extern_fn"
231
231
name = "extern_const_fn"
232
232
href = "https://github.com/rust-lang/rust/issues/64926"
233
233
items = []
0 commit comments