Closed sunfishcode closed 1 year ago
-Zbuild-std works with the extern crate eyra; trick, even if it doesn't work with the std = { package = "eyra" } trick.
extern crate eyra;
std = { package = "eyra" }
-Zbuild-std works with the
extern crate eyra;
trick, even if it doesn't work with thestd = { package = "eyra" }
trick.