Lanzado el 11 de diciembre de 2025
The Rust team is happy to announce a new version of Rust, 1.92.0. Rust is a programming language empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, you can get 1.92.0 with: $ rustup update stable If you don't have it already, y
<p>The Rust team is happy to announce a new version of Rust, 1.92.0. Rust is a programming language empowering everyone to build reliable and efficient software.</p> <p>If you have a previous version of Rust installed via <code>rustup</code>, you can get 1.92.0 with:</p> <pre data-lang="console" class="language-console z-code"><code class="language-console" data-lang="console"><span class="z-text z-plain">$ rustup update stable </span></code></pre> <p>If you don't have it already, you can <a href=" <code>rustup</code></a> from the appropriate page on our website, and check out the <a href=" release notes for 1.92.0</a>.</p> <p>If you'd like to help us out by testing future releases, you might consider updating locally to use the beta channel (<code>rustup default beta</code>) or the nightly channel (<code>rustup default nightly</code>). Please <a href=" any bugs you might come across!</p> <h2 id="what-s-in-1-92-0-stable"><a class="anchor" href="#what-s-in-1-92-0-stable" aria-hidden="true"></a> What's in 1.92.0 stable</h2> <h3 id="deny-by-default-never-type-lints"><a class="anchor" href="#deny-by-default-never-type-lints" aria-hidden="true"></a> Deny-by-default never type lints</h3> <p>The language and compiler teams continue to work on stabilization of the <a href="
Genera un resumen en lenguaje claro de los cambios de este release, pensado para desarrolladores.