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

Use llvm_asm! instead of asm! #223

Merged
merged 2 commits into from
Apr 9, 2020
Merged

Use llvm_asm! instead of asm! #223

merged 2 commits into from
Apr 9, 2020

Conversation

Amanieu
Copy link
Owner

@Amanieu Amanieu commented Apr 9, 2020

asm! will be deprecated soon in preparation for the new asm! macro, so switch to using llvm_asm! instead.

cc rust-lang/rfcs#2843

@Amanieu
Copy link
Owner Author

Amanieu commented Apr 9, 2020

bors r+

bors bot added a commit that referenced this pull request Apr 9, 2020
223: Use llvm_asm! instead of asm! r=Amanieu a=Amanieu

`asm!` will be deprecated soon in preparation for the new `asm!` macro, so switch to using `llvm_asm!` instead.

cc rust-lang/rfcs#2843

Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
@Amanieu
Copy link
Owner Author

Amanieu commented Apr 9, 2020

bors retry

@bors
Copy link
Contributor

bors bot commented Apr 9, 2020

Already running a review

@Amanieu
Copy link
Owner Author

Amanieu commented Apr 9, 2020

bors r- r+

@bors
Copy link
Contributor

bors bot commented Apr 9, 2020

Canceled

@Amanieu
Copy link
Owner Author

Amanieu commented Apr 9, 2020

bors r+

bors bot added a commit that referenced this pull request Apr 9, 2020
223: Use llvm_asm! instead of asm! r=Amanieu a=Amanieu

`asm!` will be deprecated soon in preparation for the new `asm!` macro, so switch to using `llvm_asm!` instead.

cc rust-lang/rfcs#2843

Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
@bors
Copy link
Contributor

bors bot commented Apr 9, 2020

Canceled

@Amanieu
Copy link
Owner Author

Amanieu commented Apr 9, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Apr 9, 2020

Build succeeded

@bors bors bot merged commit 87a5744 into master Apr 9, 2020
danieldk added a commit to danieldk/nixpkgs that referenced this pull request Aug 5, 2020
Update the parking_lot dependency to be compatible with recent Rust
versions that replace asm! by llvm_asm!:

Amanieu/parking_lot#223

Fixes NixOS#94682
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

Successfully merging this pull request may close these issues.

None yet

1 participant