Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use feature(const_fn_trait_bound) instead of feature(const_fn)
error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable --> crossbeam-epoch/src/atomic.rs:313:6 | 313 | impl<T: ?Sized + Pointable> Atomic<T> { | ^ | = note: see issue #57563 <rust-lang/rust#57563> for more information = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
- Loading branch information