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
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...
The text was updated successfully, but these errors were encountered:
Getting this error just running the default build, I assume it's related to running on an Apple M1 chip laptop:
The text was updated successfully, but these errors were encountered: