building std for aarch64-unknown-hermit produces this error:
error: `#[stable]` attribute cannot be used on extern crates
--> library/std/src/os/hermit/mod.rs:5:1
5 | #[stable(feature = "rust1", since = "1.0.0")]
The error is on the hermit_abi extern crate declaration
pub extern crate hermit_abi;
The command I tried is ./x --stage 1 build library
Appears to be related to 35e04b6
building std for aarch64-unknown-hermit produces this error:
The error is on the
hermit_abiextern crate declarationThe command I tried is
./x --stage 1 build libraryAppears to be related to 35e04b6