Closed Chris00 closed 2 years ago
@Chris00 Hi! Please try adding edition = "2018"
or edition = "2021"
to the [package]
section of the Cargo.toml
.
Thanks for the quick answer.
Hope you do not mind, I'll have other questions on your package! 😀
The following minimal project that simply does
use inari::*;
does not compile:RUSTFLAGS='-Ctarget-cpu=haswell' cargo build
yields,