See [the platform support docs](https://doc.rust-lang.org/rustc/platform-support/arm64e-apple-darwin.html) and https://github.com/rust-lang/rust/issues/73628. We currently error with: ``` error occurred: Unknown architecture for macOS target ``` This is affecting bootstrap, i.e. you cannot do `./x build --target=arm64e-apple-darwin`. (Note that the target [may be renamed in the future](https://rust-lang.zulipchat.com/#narrow/stream/233931-t-compiler.2Fmajor-changes/topic/Promote.20tier.203.20arm64e-apple-darwin.20target.E2.80.A6.20compiler-team.23717/near/420641916), but we should support it with its current name). CC target maintainer @arttet.