I recently ended up on this library, and noticed that it did not compile on stable due to use of the proc_macro_hygiene nightly feature.
Since there's been some movement on proc macro stabilization recently, I figured I'd just try to remove the feature gate and see what happens, and the result builds on stable and seems to produce correct mathematical results (validated against rug/MPFR).
Are you sure you still need this feature gate?
I recently ended up on this library, and noticed that it did not compile on stable due to use of the
proc_macro_hygienenightly feature.Since there's been some movement on proc macro stabilization recently, I figured I'd just try to remove the feature gate and see what happens, and the result builds on stable and seems to produce correct mathematical results (validated against rug/MPFR).
Are you sure you still need this feature gate?