[Bug 2076206] [NEW] Upgrade Rust to 1.80.0

Zixing Liu 2076206 at bugs.launchpad.net
Wed Aug 7 03:56:29 UTC 2024


Public bug reported:

Upgrade Rust to 1.80.0

Notable changes in 1.80:

* LazyCell and LazyLock are stabilized in the standard library, so you can use their implementations instead of some third-party libraries.
* Checked cfg names and values: The Rust compiler now checks cfg names and values. If they are invalid or unhandled, a warning or an error will be issued (depending on your settings).
* Exclusive ranges in patterns: match patterns can now have non-inclusive ranges in the matching arms.

https://blog.rust-lang.org/2024/07/25/Rust-1.80.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/2076206

Title:
   Upgrade Rust to 1.80.0

Status in rustc package in Ubuntu:
  New

Bug description:
  Upgrade Rust to 1.80.0

  Notable changes in 1.80:

  * LazyCell and LazyLock are stabilized in the standard library, so you can use their implementations instead of some third-party libraries.
  * Checked cfg names and values: The Rust compiler now checks cfg names and values. If they are invalid or unhandled, a warning or an error will be issued (depending on your settings).
  * Exclusive ranges in patterns: match patterns can now have non-inclusive ranges in the matching arms.

  https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html

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




More information about the foundations-bugs mailing list