@@ -78,38 +78,16 @@ href = "https://github.com/rust-lang/rust/issues/53020"
7878requires = []
7979items = []
8080
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-
8781[[group]]
8882name = "unconst_rules"
8983label = "unconst operations"
9084href = "https://github.com/rust-lang/const-eval/issues/14"
9185items = []
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"
10786
10887[[group]]
10988name = "raw_ptr_deref"
11089label = "feature:const_raw_ptr_deref"
11190items = []
112- requires = ["unsafe_rules"]
11391href = "https://github.com/rust-lang/rust/issues/51911"
11492
11593[[group]]
@@ -127,7 +105,6 @@ requires = [
127105name = "offset"
128106label = "offset\nfeature:const_ptr_offset"
129107href = "https://github.com/rust-lang/rust/issues/71499"
130- requires = ["unsafe_rules"]
131108items = []
132109
133110[[group]]
@@ -148,7 +125,6 @@ label = "MaybeUninit::as_ptr\nfeature:const_maybe_uninit_as_ptr"
148125href = "https://github.com/rust-lang/rust/issues/75251"
149126items = []
150127
151-
152128[[group]]
153129name = "question_mark"
154130label = "using ? in const"
@@ -223,18 +199,10 @@ items = []
223199[[group]]
224200label = "panic! with formatting"
225201name = "panic_fmt"
226- requires = ["format_args", "panic" ]
202+ requires = ["format_args"]
227203href = "https://github.com/rust-lang/rust/issues/51999"
228204items = []
229205
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-
238206[[group]]
239207label = "feature:const_discriminant"
240208name = "discriminant"
0 commit comments