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
Either mrustc doesn't know that x32 has 32-bit pointers, or the asserts in rustc are being included when they shouldn't (due to the mrustc x32 target still saying the arch is amd64)
I keep getting
Type mismatch between [(); 16] and [(); 8] - sizes differ
errors.I have tried adding to
build-1.54.0.sh
:And replacing
RUSTC_TARGET ?= x86_64-unknown-linux-gnu
within minicargo.mk.
The first command to fail was:
Some diagnostic commands:
The text was updated successfully, but these errors were encountered: