Skip to content

Use llvm_asm! instead of asm!#223

Merged
bors[bot] merged 2 commits into
masterfrom
llvm_asm
Apr 9, 2020
Merged

Use llvm_asm! instead of asm!#223
bors[bot] merged 2 commits into
masterfrom
llvm_asm

Conversation

@Amanieu
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Owner Author

Amanieu commented Apr 9, 2020

bors retry

@bors
Copy link
Copy Markdown
Contributor

bors Bot commented Apr 9, 2020

Already running a review

@Amanieu
Copy link
Copy Markdown
Owner Author

Amanieu commented Apr 9, 2020

bors r- r+

@bors
Copy link
Copy Markdown
Contributor

bors Bot commented Apr 9, 2020

Canceled

@Amanieu
Copy link
Copy Markdown
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
Copy Markdown
Contributor

bors Bot commented Apr 9, 2020

Canceled

@Amanieu
Copy link
Copy Markdown
Owner Author

Amanieu commented Apr 9, 2020

bors r+

@bors
Copy link
Copy Markdown
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.

1 participant