0.1.1
Added
r3_port_std
's POSIX backend now supports AArch64.
Fixed
- Wrap const generic arguments in braces, fixing builds on the latest compiler version
- Remove
#[naked]
when inlining is prerequisite for correctness; functions with#[naked]
are no longer eligible for inlining as of rust-lang/rust#79192.