-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Small improvements to asm documentation #76675
Conversation
The thing about wrapping operands in |
MIPS and x86 seems to have memory address operands. x86 is popular computing target for Rust. |
As a side note, we need a section explaining how to properly use labels in inline asm (i.e. only GAS local labels are allowed). But this can be done in a separate PR. |
Co-authored-by: Amanieu <amanieu@gmail.com>
@bors r+ rollup |
📌 Commit e82be71 has been approved by |
Rollup of 10 pull requests Successful merges: - rust-lang#76669 (Prefer asm! over llvm_asm! in core) - rust-lang#76675 (Small improvements to asm documentation) - rust-lang#76681 (remove orphaned files) - rust-lang#76694 (Introduce a PartitioningCx struct) - rust-lang#76695 (fix syntax error in suggesting generic constraint in trait parameter) - rust-lang#76699 (improve const infer error) - rust-lang#76707 (Simplify iter flatten struct doc) - rust-lang#76710 (:arrow_up: rust-analyzer) - rust-lang#76714 (Small docs improvements) - rust-lang#76717 (Fix generating rustc docs with non-default lib directory.) Failed merges: r? `@ghost`
Save people from searching and reading tons of comments in tracking issues.