RUSTC_FORCE_INCREMENTAL=1 environment variable.
What's new:
Cargo and rustc now support stripping when the binary is linked, this can be enabled in Cargo.toml.
In generic types default values for const generics can be specified now.
Inline assembly in unsafe blocks via asm! macro.
#Rust