Skip to content

0.1.1

Compare
Choose a tag to compare
@yvt yvt released this 20 Dec 06:22

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.