You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the nightly build of the Rust compiler (as of 1 May 2017).
Download latest (as of 1 May 2017) Conrod code: git clone https://github.com/PistonDevelopers/conrod.git
cd conrod
cargo build
Attempt to build & run any Conrod example app - eg cargo run --release --features "winit glium" --example text
Result:
rustc panics, with the stacktrace below. I've observed this on two separate PCs, running Windows 8 and Windows 10 respectively. In both cases, I deleted my .cargo and .rustup directories, re-installed everything, and the problem went away.
Steps to repro:
git clone https://github.com/PistonDevelopers/conrod.git
cd conrod
cargo build
cargo run --release --features "winit glium" --example text
Result:
rustc panics, with the stacktrace below. I've observed this on two separate PCs, running Windows 8 and Windows 10 respectively. In both cases, I deleted my .cargo and .rustup directories, re-installed everything, and the problem went away.
Stacktrace:
The text was updated successfully, but these errors were encountered: