Rustc: 1.81.0 -> 1.82.0.

This commit is contained in:
Zeckmathederg 2024-10-19 10:00:29 -06:00
parent 0c5ae6a21f
commit f626683ab6
3 changed files with 5 additions and 13 deletions

View File

@ -42,6 +42,9 @@
<listitem>
<para>October 19th, 2024</para>
<itemizedlist>
<listitem>
<para>[Zeckmathederg] - Rustc: 1.81.0 -&gt; 1.82.0.</para>
</listitem>
<listitem>
<para>[Zeckmathederg] - GLib2: 2.82.1 -&gt; 2.82.2.</para>
</listitem>

View File

@ -137,7 +137,7 @@
<!ENTITY llvm-maj-version "19">
<!ENTITY llvm-point-version "0">
<!ENTITY llvm-version "&llvm-maj-version;.1.&llvm-point-version;">
<!ENTITY rust-version "1.81.0">
<!ENTITY rust-version "1.82.0">
<!ENTITY cbindgen-version "0.27.0">
<!ENTITY rust-bindgen-version "0.70.1">
<!ENTITY mako-version "1.3.5">

View File

@ -6,7 +6,7 @@
<!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.xz">
<!ENTITY rust-download-ftp " ">
<!ENTITY change-id "127866">
<!ENTITY change-id "129295">
]>
<sect1 id="rust" xreflabel="rustc-&rust-version;">
@ -100,8 +100,6 @@
</para>
</note>
<itemizedlist spacing="compact">
<listitem>
<para>
@ -324,15 +322,6 @@ fi</userinput></screen>
</para>
</note>
<para>
An experimental feature makes the build process fail with LLVM 19.1
and newer. Disable it and the test for it:
</para>
<screen><userinput>sed '/CondBitmap/,/^}/s/LLVM_VERSION.*/&amp; \&amp;\&amp; LLVM_VERSION_LT(19, 0)/' \
-i compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp &amp;&amp;
rm -v tests/coverage/mcdc/{cond*,if,inline*,nest*,non_*}.rs</userinput></screen>
<para>
Compile <application>Rust</application> by running the following
commands: