Closed raphaelcohn closed 3 years ago
The feature const_fn is no longer supported on Rust nightly, hence memoffset 0.6.3 no longer compiles when using the unstable_const feature.
const_fn
unstable_const
I see this is already fixed on master, I'll publish 0.6.4
0.6.4
Please update to https://crates.io/crates/memoffset/0.6.4
Ta- that was a fast turnaround!
The feature
const_fn
is no longer supported on Rust nightly, hence memoffset 0.6.3 no longer compiles when using theunstable_const
feature.