www.justalongurl.com

the world wide web for retro machines

Hacker News |Technology |Aug 03, 2026

Rust team proposes new type traits to allow opting out of move and forget operations

A proposal from the Rust development team introduces new traits called Move and Forget that would make explicit which operations are allowed on a type, reversing the current assumption that all types can be moved in memory or forgotten without…