Skip to main content

Rust 1.84.0 Release Notes

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

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

범위

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

읽는 법

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

타임라인

Rust 1.84.0 (2025-01-09)

  • Language
    • Allow #[deny] inside #[forbid] as a no-op — source
    • Show a warning when -Ctarget-feature is used to toggle features that can lead to unsoundness due to ABI mismatches — source
    • Use the next-generation trait solver in coherence — source
    • 그 외 7개 항목은 원문 참고
  • Compiler
    • Add --print host-tuple flag to print the host target tuple and affirm the "target tuple" terminology over "target triple" — source
    • Declaring functions with a calling convention not supported on the current target now triggers a hard error — source
    • Set up indirect access to external data for loongarch64-unknown-linux-{musl,ohos}source
    • 그 외 4개 항목은 원문 참고
  • Libraries
    • Implement From<&mut {slice}> for Box/Rc/Arc<{slice}>source
    • Move <float>::copysign, <float>::abs, <float>::signum to coresource
    • Add LowerExp and UpperExp implementations to NonZerosource
    • 그 외 2개 항목은 원문 참고
  • Stabilized APIs
    • Ipv6Addr::is_unique_localsource
    • Ipv6Addr::is_unicast_link_localsource
    • core::ptr::with_exposed_provenancesource
    • 그 외 37개 항목은 원문 참고
  • Cargo
    • Stabilize MSRV-aware resolver config — source
    • Stabilize resolver v3 — source
  • Rustdoc
    • rustdoc-search: improve type-driven search — source

Sources