Rust 1.77.0 Release Notes
// RUST-RELEASE-NOTES — official release note timeline
Rust 1.77.0 공식 release note를 기준으로, 섹션별 앞쪽 항목을 발췌해 변화 흐름을 빠르게 훑을 수 있게 정리했습니다.
읽는 법
- 이 문서는 해당 Rust 릴리즈 하나만 다룹니다.
- 섹션별 최대 3개 앞쪽 항목만 발췌했으므로, 세부 API 목록은 원문 링크를 확인하세요.
- Compatibility Notes는 업그레이드 전 회귀 위험을 확인하는 체크리스트로 보면 됩니다.
타임라인
Rust 1.77.0 (2024-03-21)
- Language
- Reveal opaque types within the defining body for exhaustiveness checking. — source
- Stabilize C-string literals. — source
- Stabilize THIR unsafeck. — source
- 그 외 6개 항목은 원문 참고
- Compiler
- Include lint
soft_unstable in future breakage reports. — source
- Make
i128 and u128 16-byte aligned on x86-based targets. — source
- Use
--verbose in diagnostic output. — source
- 그 외 7개 항목은 원문 참고
- Libraries
- Implement
From<&[T; N]> for Cow<[T]>. — source
- Remove special-case handling of
vec.split_off(0). — source
- Stabilized APIs
- Cargo
- Extend the build directive syntax with
cargo::. — source
- Stabilize metadata
id format as PackageIDSpec. — source
- Pull out
cargo-util-schemas as a crate. — source
- 그 외 3개 항목은 원문 참고
- Rustdoc
- Allows links in markdown headings. — source
- Search for tuples and unit by type with
(). — source
- Clean up the source sidebar's hide button. — source
- 그 외 1개 항목은 원문 참고
Sources