sym
operands can not refer to generic parameters in recent nighty
#96330
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
requires-nightly
This issue requires a nightly compiler in some way.
I tried this code:
(Playground)
I expected to see this happen: Successful compilation or compilation failure with an adequate error message
Instead, this happened: Compilation error,
sym
operand marked witherror: unconstrained generic constant
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: