Next Ferrocene release (upcoming)¶
Caution
This version of Ferrocene has not been released yet. The contents of this page might change before the release, and they should not be relied upon.
This page contains the changes to be introduced in the upcoming Ferrocene release.
New experimental features¶
Experimental features are not qualified for safety critical use, and are shipped as a preview.
Experimental support has been added for
cargo miri
, an unstable undefined behavior detection tool. Other than installation, usage is according to upstream documentation.The package is available as:
miri-${rustc-host}
The testing facades used to test
core
are now available for customer use. On their respective target pages, the following targets now have an equivalent testing facade which can be used for testing:Armv8-A bare-metal (
aarch64-unknown-none
)Armv7E-M bare-metal (soft-float) (
thumbv7em-none-eabi
)Armv7E-M bare-metal (hard-float) (
thumbv7em-none-eabihf
)