-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Comments
taiki-e
added a commit
to taiki-e/portable-atomic
that referenced
this issue
Feb 24, 2025
See rust-lang/rust#137512 for details. Fixes #208
taiki-e
added a commit
to taiki-e/portable-atomic
that referenced
this issue
Feb 24, 2025
See rust-lang/rust#137512 for details. Fixes #208
taiki-e
added a commit
to taiki-e/portable-atomic
that referenced
this issue
Feb 24, 2025
See rust-lang/rust#137512 for details. Fixes #208
taiki-e
added a commit
to taiki-e/portable-atomic
that referenced
this issue
Feb 24, 2025
See rust-lang/rust#137512 for details. Fixes #208
WG-prioritization assigning priority (Zulip discussion). @rustbot label -I-prioritize +P-critical |
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Feb 25, 2025
Rollup merge of rust-lang#137548 - compiler-errors:asm-ty, r=oli-obk Pass correct `TypingEnv` to `InlineAsmCtxt` Fixes rust-lang#137512 r? oli-obk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: