Any way to configure for Apple Silicon?
ZachManno opened this issue · 0 comments
ZachManno commented
Getting this error just running the default build, I assume it's related to running on an Apple M1 chip laptop:
thread 'rustc' panicked at 'invalid terminator state', src/librustc/mir/mod.rs:1329:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: rustc 1.43.1 (8d69840ab 2020-05-04) running on x86_64-unknown-linux-gnu
note: compiler flags: -C opt-level=3 --crate-type lib
note: some of the compiler flags provided by cargo are hidden
error: could not compile `http`.
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...