Skip to content

Fix compiling on nightly

Tim Crawford requested to merge tcrawford/hwio:nightly-fixes into master

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.

Merge request reports