Skip to main content

Rust 1.72.0 Release Notes

// RUST-RELEASE-NOTES — official release note timeline

Rust 1.72.0 공식 release note를 기준으로, 섹션별 앞쪽 항목을 발췌해 변화 흐름을 빠르게 훑을 수 있게 정리했습니다.

범위

  • 대상 릴리즈: Rust 1.72.0
  • 포함된 릴리즈 수: 1개
  • 생성 경로: scripts/bloggen.py rust-release-docs
  • 생성일: 2026-07-08
  • 원문: rust-lang/rust RELEASES.md

읽는 법

  • 이 문서는 해당 Rust 릴리즈 하나만 다룹니다.
  • 섹션별 최대 3개 앞쪽 항목만 발췌했으므로, 세부 API 목록은 원문 링크를 확인하세요.
  • Compatibility Notes는 업그레이드 전 회귀 위험을 확인하는 체크리스트로 보면 됩니다.

타임라인

Rust 1.72.0 (2023-08-24)

  • Language
    • Replace const eval limit by a lint and add an exponential backoff warning — source
    • expand: Change how #![cfg(FALSE)] behaves on crate root — source
    • Stabilize inline asm for LoongArch64 — source
    • 그 외 6개 항목은 원문 참고
  • Compiler
    • Remember names of cfg-ed out items to mention them in diagnostics — source
    • Support for native WASM exceptions — source
    • Add support for NetBSD/aarch64-be (big-endian arm64). — source
    • 그 외 6개 항목은 원문 참고
  • Libraries
    • Document memory orderings of thread::{park, unpark}source
    • io: soften ‘at most one write attempt’ requirement in io::Write::write — source
    • Specify behavior of HashSet::insert — source
    • 그 외 7개 항목은 원문 참고
  • Stabilized APIs
    • impl<T: Send> Sync for mpsc::Sender<T>source
    • impl TryFrom<&OsStr> for &strsource
    • String::leaksource
    • 그 외 4개 항목은 원문 참고
  • 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 — source
    • Add support of the "default" keyword to reset previously set build.jobs parallelism back to the default. #12222 — source
  • Rustdoc
    • Allow whitespace as path separator like double colon — source
    • Add search result item types after their name — source
    • Search for slices and arrays by type with []source
    • 그 외 1개 항목은 원문 참고

Sources