Gilnaa / memoffset

offsetof for Rust
MIT License
224 stars 29 forks source link

The feature `const_fn` is no longer supported on Rust nightly #57

Closed raphaelcohn closed 3 years ago

raphaelcohn commented 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.

Gilnaa commented 3 years ago

I see this is already fixed on master, I'll publish 0.6.4

Gilnaa commented 3 years ago

Please update to https://crates.io/crates/memoffset/0.6.4

raphaelcohn commented 3 years ago

Ta- that was a fast turnaround!