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(const_raw_ptr_deref)]
1 parent 4c71bed commit 4248395Copy full SHA for 4248395
README.md
@@ -61,5 +61,5 @@ features = ["unstable_const"]
61
62
Your crate root: (`lib.rs`/`main.rs`)
63
```rust,ignore
64
-#![feature(const_ptr_offset_from, const_raw_ptr_deref, const_refs_to_cell)]
+#![feature(const_ptr_offset_from, const_refs_to_cell)]
65
```
src/lib.rs
@@ -58,7 +58,7 @@
58
#![no_std]
59
#![cfg_attr(
60
feature = "unstable_const",
- feature(const_ptr_offset_from, const_raw_ptr_deref, const_refs_to_cell)
+ feature(const_ptr_offset_from, const_refs_to_cell)
)]
#[macro_use]
0 commit comments