OTHER·중요도 7·2026. 07. 10.·GeekNews

Rust 1.97.0 발표

── KO ──────────────────

Rust 1.97.0 버전이 발표되었으며, 새로운 심볼 생성 방식을 도입했습니다.

Rust 1.97.0 버전이 릴리스되었으며, 이 버전은 컴파일 산출물의 심볼 생성 방식과 빌드 경고 처리 흐름의 변경을 포함합니다. 이제 <code>symbol mangling v0</code>가 stable 기본값이 되어 Rust 전용 심볼 이름 체계로 변경됩니다. 기존의 Itanium ABI 기반 방식은 제거될 예정입니다.


── EN ──────────────────

Rust 1.97.0 has been released, introducing a new symbol generation method.

Rust 1.97.0 version has been released, bringing changes to the way symbols are generated in compiled outputs and the handling of build warnings. The new <code>symbol mangling v0</code> is set as the stable default, transitioning to a Rust-specific symbol naming system. The previous Itanium ABI-based method is slated for removal.

원문 보기 →목록으로