We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#![feature(generic_associated_types)]
1 parent 3867f05 commit bdd370eCopy full SHA for bdd370e
src/r3_core/src/lib.rs
@@ -11,7 +11,6 @@
11
#![feature(maybe_uninit_uninit_array)]
12
#![feature(const_precise_live_drops)]
13
#![feature(const_raw_ptr_comparison)]
14
-#![feature(generic_associated_types)]
15
#![feature(associated_type_bounds)]
16
#![feature(const_slice_first_last)]
17
#![feature(cfg_target_has_atomic)] // `#[cfg(target_has_atomic_load_store)]`
0 commit comments