@@ -78,38 +78,16 @@ href = "https://github.com/rust-lang/rust/issues/53020"
78
78
requires = []
79
79
items = []
80
80
81
- [[group]]
82
- name = "unsafe_rules"
83
- label = "unsafe operations in CTFE"
84
- href = "https://github.com/rust-lang/rfcs/pull/3016"
85
- items = []
86
-
87
81
[[group]]
88
82
name = "unconst_rules"
89
83
label = "unconst operations"
90
84
href = "https://github.com/rust-lang/const-eval/issues/14"
91
85
items = []
92
- requires = ["unsafe_rules"]
93
-
94
- [[group]]
95
- name = "transmute"
96
- label = "feature:const_fn_transmute"
97
- items = []
98
- requires = ["unsafe_rules"]
99
- href = "https://github.com/rust-lang/rust/issues/53605"
100
-
101
- [[group]]
102
- name = "union"
103
- label = "feature:const_fn_union"
104
- items = []
105
- requires = ["unsafe_rules"]
106
- href = "https://github.com/rust-lang/rust/issues/51909"
107
86
108
87
[[group]]
109
88
name = "raw_ptr_deref"
110
89
label = "feature:const_raw_ptr_deref"
111
90
items = []
112
- requires = ["unsafe_rules"]
113
91
href = "https://github.com/rust-lang/rust/issues/51911"
114
92
115
93
[[group]]
@@ -127,7 +105,6 @@ requires = [
127
105
name = "offset"
128
106
label = "offset\nfeature:const_ptr_offset"
129
107
href = "https://github.com/rust-lang/rust/issues/71499"
130
- requires = ["unsafe_rules"]
131
108
items = []
132
109
133
110
[[group]]
@@ -148,7 +125,6 @@ label = "MaybeUninit::as_ptr\nfeature:const_maybe_uninit_as_ptr"
148
125
href = "https://github.com/rust-lang/rust/issues/75251"
149
126
items = []
150
127
151
-
152
128
[[group]]
153
129
name = "question_mark"
154
130
label = "using ? in const"
@@ -223,18 +199,10 @@ items = []
223
199
[[group]]
224
200
label = "panic! with formatting"
225
201
name = "panic_fmt"
226
- requires = ["format_args", "panic" ]
202
+ requires = ["format_args"]
227
203
href = "https://github.com/rust-lang/rust/issues/51999"
228
204
items = []
229
205
230
- [[group]]
231
- label = "feature:const_panic"
232
- name = "panic"
233
- href = "https://github.com/rust-lang/rust/issues/51999"
234
- items = [
235
- { label = "assert!" },
236
- ]
237
-
238
206
[[group]]
239
207
label = "feature:const_discriminant"
240
208
name = "discriminant"
0 commit comments