by shigemk2

当面は技術的なことしか書かない

rust 1.62.0

Release Rust 1.62.0 · rust-lang/rust · GitHub

  • Stabilize #[derive(Default)] on enums with a #[default] variant
  • Stop validating some checks in dead code after functions with uninhabited return types
  • Fix constants not getting dropped if part of a diverging expression
  • Support unit struct/enum variant in destructuring assignment
  • Remove mutable_borrow_reservation_conflict lint and allow the code pattern