Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Release v0.6.4

Compare
Choose a tag to compare
@jonathanpallant jonathanpallant released this 25 Nov 09:54
· 304 commits to master since this release
62972c8

Changed

  • (macros) Improved the error message when any of the attribute is used on the wrong kind of item.

Fixed

  • (macros) The expansion of the exception attribute now uses the extern "C" ABI which is what the hardware expects.

  • (macros) entry and exception now respect the declared unsafety. That is #[entry] unsafe main() -> ! won't require unsafe blocks to use unsafe API.