Skip to content

Rust 1.72.0

Compare
Choose a tag to compare
@rustbot rustbot released this 24 Aug 13:46
· 24620 commits to master since this release

Language

Compiler

Refer to Rust's platform support page for more information on Rust's tiered platform support.

Libraries

Rustdoc

Stabilized APIs

These APIs are now stable in const contexts:

Cargo

  • Enable -Zdoctest-in-workspace by default. When running each documentation test, the working directory is set to the root directory of the package the test belongs to. docs #12221 #12288
  • Add support of the "default" keyword to reset previously set build.jobs parallelism back to the default. #12222

Compatibility Notes