sdleffler / hv-dev

Slow down, upon the teeth of Orange: Heavy is an opinionated, efficient, relatively lightweight, and tightly Lua-integrated game framework for Rust.
Apache License 2.0
14 stars 1 forks source link

hv-boxed triggers an ICE when compiling on nightly-x86_64-unknown-linux-gnu rustc 1.61.0-nightly (8d60bf427 2022-03-19) #5

Closed maximveligan closed 2 years ago

maximveligan commented 2 years ago

Trying to run cargo check or cargo build from within hv-boxed or hv-dev triggers an internal compiler error in rustc, causing it to panic. This was found on nightly-x86_64-unknown-linux-gnu rustc 1.61.0-nightly (8d60bf427 2022-03-19), running EndeavorOS. Repro: Swap to nightly and swap to 2022-03-19 cargo build or cargo check from within hv-boxed or hv-dev