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

Fix error span if arg to asm!() is a macro call #130917

Merged
merged 1 commit into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. Fix error span when arg to asm!() is a macro call

    When the template string passed to asm!() is produced by
    a macro call like concat!() we were producing wrong error
    spans. Now in the case of a macro call we just use the entire
    arg to asm!(), macro call and all, as the error span.
    gurry committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3dd583d View commit details
    Browse the repository at this point in the history