This repository was archived by the owner on Jan 24, 2022. It is now read-only.
Release v0.6.4
·
304 commits
to master
since this release
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 theextern "C"
ABI which is what the hardware expects. -
(macros)
entry
andexception
now respect the declared unsafety. That is#[entry] unsafe main() -> !
won't requireunsafe
blocks to useunsafe
API.