File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
new_uninit, // Until Rust has const generics, this is how we init arrays..
30
30
ptr_metadata, // Needed to abstract over Sized/unsized types
31
31
// Used for const layout computation:
32
- const_raw_ptr_deref,
33
32
const_ptr_offset,
33
+ const_mut_refs,
34
34
const_align_of_val,
35
35
// Needed for field_offset!
36
36
const_ptr_offset_from,
Original file line number Diff line number Diff line change 4
4
unsize,
5
5
trait_alias, // RFC 1733 - Trait aliases
6
6
generic_associated_types, // RFC 1598 - Generic associated types
7
- const_raw_ptr_deref, // Needed for const Gc::value
8
7
// Needed for epsilon collector:
9
8
once_cell, // RFC 2788 (Probably will be accepted)
10
9
negative_impls, // More elegant than marker types
11
10
alloc_layout_extra,
12
11
const_fn_fn_ptr_basics,
12
+ const_mut_refs,
13
13
const_option,
14
14
const_fn_trait_bound, // NOTE: Needed for the `epsilon_static_array` macro
15
15
const_trait_impl, // EXPERIMENTAL: const Deref
You can’t perform that action at this time.
0 commit comments