Regression: nightly-2025-02-24 rejects raw pointer in asm! #137512
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
C-bug
Category: This is a bug.
P-critical
Critical priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: build pass as with nightly-2025-02-23 and older
Instead, this happened:
Probably related to #137180. cc @compiler-errors
Meta
rustc --version --verbose
:nightly-2025-02-23 (46420c9 2025-02-22) doesn't have this issue.
@rustbot label +regression-from-stable-to-nightly -regression-untriaged +A-inline-assembly
The text was updated successfully, but these errors were encountered: