Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Rust

3 items on 29 Aug 2026
Rust GitHub

rust-lang/rust: Rust 1.98.0

Language Allow shortening lifetime of &mut when unsize-coercing, even in an invariant position. For example, you can now coerce a Cell<&'long mut i32> to a Cell<&'short mut dyn Send>. Such shortenings were already…

Source: Rust Compiler Releases rustbot