1.62.1
版本发布时间: 2022-07-19 21:40:54
rust-lang/rust最新发布版本:1.82.0(2024-10-18 00:44:34)
Rust 1.62.1 addresses a few recent regressions in the compiler and standard library, and also mitigates a CPU vulnerability on Intel SGX.
-
The compiler fixed unsound function coercions involving
impl Trait
return types. -
The compiler fixed an incremental compilation bug with
async fn
lifetimes. - Windows added a fallback for overlapped I/O in synchronous reads and writes.
-
The
x86_64-fortanix-unknown-sgx
target added a mitigation for the MMIO stale data vulnerability, advisory INTEL-SA-00615.