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

Does not compile on latest nightly rust #345

Closed
riley-martin opened this issue Jul 16, 2022 · 2 comments
Closed

Does not compile on latest nightly rust #345

riley-martin opened this issue Jul 16, 2022 · 2 comments

Comments

@riley-martin
Copy link

When I try to compile parking_lot with the latest nightly rustc, it gives me an error about not finding any macro named llvm_asm!. It seems that since nightly-2022-01-17 rustc has removed support for llvm_asm! in favor of the new asm! macro.

@faern
Copy link
Collaborator

faern commented Jul 16, 2022

This was fixed in #304. Try updating parking_lot?

@riley-martin
Copy link
Author

Oops, you are right. I wasn't aware that I was using an outdated version. I'll close the issue.

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

No branches or pull requests

2 participants