[Bug 2076205] [NEW] Upgrade Rust to 1.79.0

Zixing Liu 2076205 at bugs.launchpad.net
Wed Aug 7 03:53:19 UTC 2024


Public bug reported:

Upgrade Rust to 1.79.0

Notable changes in 1.79:

* Inline const expressions: const expressions can now be nested inside other expressions (like vector/array initialization).
* Bounds in associated type position: Associated types in a trait can now have bounds. This makes type gymnastics more fun (or frustrating, depending on what you do).
* Automatic temporary lifetime extension: Rust compiler is now more intelligent about inferencing lifetimes for temporary values.


https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html

** Affects: rustc (Ubuntu)
     Importance: Undecided
     Assignee: Zixing Liu (liushuyu-011)
         Status: New

** Changed in: rustc (Ubuntu)
     Assignee: (unassigned) => Zixing Liu (liushuyu-011)

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rustc in Ubuntu.
https://bugs.launchpad.net/bugs/2076205

Title:
   Upgrade Rust to 1.79.0

Status in rustc package in Ubuntu:
  New

Bug description:
  Upgrade Rust to 1.79.0

  Notable changes in 1.79:

  * Inline const expressions: const expressions can now be nested inside other expressions (like vector/array initialization).
  * Bounds in associated type position: Associated types in a trait can now have bounds. This makes type gymnastics more fun (or frustrating, depending on what you do).
  * Automatic temporary lifetime extension: Rust compiler is now more intelligent about inferencing lifetimes for temporary values.

  
  https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/2076205/+subscriptions




More information about the foundations-bugs mailing list