File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 25
25
negative_impls, // impl !Send is much cleaner than PhantomData<Rc<()>>
26
26
exhaustive_patterns, // Allow exhaustive matching against never
27
27
const_alloc_layout, // Used for StaticType
28
- const_panic, // Const panic should be stable
29
28
untagged_unions, // Why isn't this stable?
30
29
new_uninit, // Until Rust has const generics, this is how we init arrays..
31
30
ptr_metadata, // Needed to abstract over Sized/unsized types
Original file line number Diff line number Diff line change 1
1
#![ feature(
2
- const_panic, // RFC 2345 - Const asserts
3
2
ptr_metadata, // RFC 2580 - Pointer meta
4
3
coerce_unsized, // RFC 0982 - DST coercion
5
4
unsize,
6
5
trait_alias, // RFC 1733 - Trait aliases
7
6
generic_associated_types, // RFC 1598 - Generic associated types
8
7
const_raw_ptr_deref, // Needed for const Gc::value
9
- option_result_unwrap_unchecked, // Only used by the 'serde' implementation...
10
8
// Needed for epsilon collector:
11
9
once_cell, // RFC 2788 (Probably will be accepted)
12
10
negative_impls, // More elegant than marker types
You can’t perform that action at this time.
0 commit comments