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

Plan for renaming asm! macro to llvm_asm! #140

Closed
phil-opp opened this issue Mar 26, 2020 · 1 comment · Fixed by #151
Closed

Plan for renaming asm! macro to llvm_asm! #140

phil-opp opened this issue Mar 26, 2020 · 1 comment · Fixed by #151

Comments

@phil-opp
Copy link
Member

The change to rename the asm! macro to llvm_asm! was just approved in rust-lang/rust#68404, so I expect that it will be in tomorrow's nightly. As far as I understand it, the old asm! will continue to work for now, but deprecated soon.

To avoid breakage, I think it makes sense to make it a minor release to avoid breakage for people that pinned an older nightly. The deprecation period should then be enough time for users to switch to the new version

@phil-opp
Copy link
Member Author

The asm macro was now deprecated in rust-lang/rust#71007.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant