Specify feature(const_fn_trait_bound)
In newer versions of rustc feature(const_fn)
was removed altogether since const fns have been stable for a while; you're supposed to specify the specific features you want.
In newer versions of rustc feature(const_fn)
was removed altogether since const fns have been stable for a while; you're supposed to specify the specific features you want.