-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Issues: rust-lang/rust
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Incorrect reporting of asm labels in Nightly
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
D-imprecise-spans
Diagnostics: spans don't point to exactly the erroneous code
L-binary_asm_labels
Lint: LLVM parses labels like 0, 1, 10, 11, etc. oddly
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#128659
opened Aug 4, 2024 by
corigan01
Remove Area: Inline assembly (`asm!(…)`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
L-binary_asm_labels
Lint: LLVM parses labels like 0, 1, 10, 11, etc. oddly
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
binary_asm_labels
once the LLVM issue is fixed
A-inline-assembly
#127937
opened Jul 18, 2024 by
tgross35
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.