0.7.2
Main features:
- Enable usage of constants in function signatures and struct declarations
const u32 SIZE = 42
struct A {
field[SIZE] numbers
}
- Experimental branch isolation features: only panic in logically executed branches with the
--branch-isolation
compilation flag - Relax ordering requirements on symbol declarations in a module
For a full list of the changes, check out the changelog