이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 5. Changes in Rust 1.88.0 Toolset


Red Hat Enterprise Linux provides Rust Toolset at version 1.88.0. The previous version was 1.84.1. Notable enhancements include the Rust 2024 Edition, async closures, let chains, naked functions, high-performance computing, trait upcasting, and standard library improvements.

  • Rust 2024 Edition: The Rust 2024 Edition is now stable. It introduces changes such as refined capture rules for impl Trait, and safer extern blocks which now require the unsafe keyword.
  • Async Closures: The async closures are now stable.
  • Let Chains: In if and while conditions, you can use && to chain multiple let statements, which shortens complex conditional logic. Let chains are available only in the Rust 2024 Edition.
  • Naked Functions: Developers can now define "naked functions" using the #[unsafe(naked)] attribute. These functions do not have a compiler-generated prologue or epilogue, providing full control over the assembly code.
  • High-performance computing: When you enable target features, you can call multiple std::arch intrinsics directly in safe Rust, which gives you direct access to specific CPU features.
  • Trait Upcasting: It is now possible to upcast trait objects to their supertraits, improving flexibility when working with trait objects.
  • Standard Library Improvements:

    • Anonymous Pipes: Access to anonymous pipes is now available in the standard library.
    • Mutable Multiple Element Indexing: `HashMap`s and slices now support safely retrieving mutable references to multiple elements simultaneously.

      Compatibility notes
  • The #[bench] attribute has been fully de-stabilized and its usage will result in a hard error.
  • The wasm_c_abi future compatibility warning is now a hard error.
  • The missing_abi lint is now warn-by-default. You must explicitly specify the ABI in extern blocks.

Rust Toolset is a rolling Application Stream, and Red Hat only supports the latest version. For more information, see the Red Hat Enterprise Linux Application Streams Life Cycle document.

Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 문서 정보

Legal Notice

Theme

© 2026 Red Hat
맨 위로 이동