Amanieu / parking_lot

Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not compile on latest nightly rust

riley-martin opened this issue · comments

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.

This was fixed in #304. Try updating parking_lot?

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