Skip to content
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

Add note about x86 instruction prefixes in asm! to unstable book #90533

Merged
merged 2 commits into from
Nov 5, 2021

Commits on Nov 3, 2021

  1. Add note about x86 instruction prefixes in asm!

    Since rustc doesn't do the assembly parsing itself, it is unable
    to detect when inline assembly ends with an instruction prefix,
    which doesn't make sense since it would apply to instructions from
    the compiler. This fixes rust-lang#82314 by mentioning that x86 instruction
    prefixes must not be used in inline assembly.
    syvb authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    fdb6bda View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Mention possible future rejections

    Co-authored-by: Josh Triplett <[email protected]>
    syvb and joshtriplett authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    773cc4f View commit details
    Browse the repository at this point in the history