geomlattice
geomlattice
I have attempted ```bash git clone https://github.com/servo/pathfinder.git cd pathfinder cargo build --release ``` I get a build error ```bash error[E0080]: could not evaluate static initializer --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/num/nonzero.rs:335:21 | = note:...
Hi I am running into the following build error ```bash error[E0080]: could not evaluate static initializer --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/num/nonzero.rs:335:21 | = note: entering unreachable code | note: inside `NonZero::::new_unchecked` --> /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/num/nonzero.rs:335:21...