We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36517bf commit ca2ece4Copy full SHA for ca2ece4
src/lib.rs
@@ -33,9 +33,11 @@
33
const_assume,
34
const_eval_select,
35
const_fn_floating_point_arithmetic,
36
+ const_maybe_uninit_array_assume_init,
37
const_maybe_uninit_as_mut_ptr,
38
const_maybe_uninit_assume_init,
39
const_maybe_uninit_assume_init_read,
40
+ const_maybe_uninit_uninit_array,
41
const_mut_refs,
42
const_precise_live_drops,
43
const_ptr_is_null,
0 commit comments