asm! with u128 fails to compile - invalid memory reference #51018
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Using the now stable u128 in an asm! macro crashes the compiler.
Code to reproduce:
https://gist.github.com/rust-play/954f1ccc1cd8004df576a43b6514b401
Reproducable on the playground and macOS. On macOS the error message is:
The text was updated successfully, but these errors were encountered: