Closed gmatht closed 2 months ago
Was MRUSTC_TARGET_VER=1.54
set?
No. Setting MRUSTC_TARGET_VER=1.54
fixes the issue.
There is a script - build-1.54.0.sh
that handles fully setting the environment to build that version.
The default is 1.29 for backwards compatibility reasons.
I understand that Rust 1.29 is inappropriate for use with
#[no_std]
. So, I changed the default to 1.54.0. However, now Rust libcore won't build. This seems to be related to a macropanic
that is required byassert!
.