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.
#![feature(ptr_wrapping_offset_from)]
1 parent f5da5e3 commit b7f5042Copy full SHA for b7f5042
src/constance/src/lib.rs
@@ -9,7 +9,6 @@
9
#![feature(const_raw_ptr_deref)]
10
#![feature(const_checked_int_methods)]
11
#![feature(const_option)]
12
-#![feature(ptr_wrapping_offset_from)]
13
#![feature(cfg_target_has_atomic)] // `#[cfg(target_has_atomic_load_store)]`
14
#![feature(unsafe_block_in_unsafe_fn)] // `unsafe fn` doesn't imply `unsafe {}`
15
#![feature(never_type)] // `!`
0 commit comments