Closed chillinbythetree closed 3 months ago
Update your compiler. Simp only supports the most recent rust compiler.
Update your compiler. Simp only supports the most recent rust compiler.
Yup, that was it. Used the latest update from the OS but it was at 1.79 and not the latest 1.80 release. Changed repository and now it builds. Thanks.
Just cloned the repo and ran "cargo build". It fails to build due to "error[E0658]: use of unstable library feature 'lazy_cell'". Here is the full log:
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
= note: see issue #109736 https://github.com/rust-lang/rust/issues/109736 for more information
For more information about this error, try
rustc --explain E0658
. error: could not compilesimp
(bin "simp") due to 25 previous errors