Fix compiling on nightly
const_fn was removed. New const_fn_*
features were added for tracking specific implementations.
Replace llvm_asm!()
with the new asm!()
. The former may be removed, while the latter is moving towards stabilization.
Fixes compiling on newer toolchains.