Rust 1.87.0 Release Notes
// RUST-RELEASE-NOTES — official release note timeline
Rust 1.87.0 공식 release note를 기준으로, 섹션별 앞쪽 항목을 발췌해 변화 흐름을 빠르게 훑을 수 있게 정리했습니다.
읽는 법
- 이 문서는 해당 Rust 릴리즈 하나만 다룹니다.
- 섹션별 최대 3개 앞쪽 항목만 발췌했으므로, 세부 API 목록은 원문 링크를 확인하세요.
- Compatibility Notes는 업그레이드 전 회귀 위험을 확인하는 체크리스트로 보면 됩니다.
타임라인
Rust 1.87.0 (2025-05-15)
- Language
- Stabilize
asm_goto feature — source
- Allow parsing open beginning ranges (
..EXPR) after unary operators !, -, and * . — source
- Don't require method impls for methods with
Self: Sized bounds in impls for unsized types — source
- 그 외 1개 항목은 원문 참고
- Compiler
- x86: make SSE2 required for i686 targets and use it to pass SIMD types — source
- Libraries
- Stabilize the anonymous pipe API — source
- Add support for unbounded left/right shift operations — source
- Print pointer metadata in
Debug impl of raw pointers — source
- 그 외 5개 항목은 원문 참고
- Stabilized APIs
Vec::extract_if — source
vec::ExtractIf — source
LinkedList::extract_if — source
- 그 외 71개 항목은 원문 참고
- Cargo
- Add terminal integration via ANSI OSC 9;4 sequences — source
- chore: bump openssl to v3 — source
- feat(package): add --exclude-lockfile flag — source
- Compatibility Notes
- Rust now raises an error for macro invocations inside the
#![crate_name] attribute — source
- Unstable fields are now always considered to be inhabited — source
- Macro arguments of unary operators followed by open beginning ranges may now be matched differently — source
- 그 외 13개 항목은 원문 참고
Sources