Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    rce960d7 reb1d2c6  
    292292    </para>
    293293
    294 <screen><userinput>RUSTC_BOOTSTRAP=encoding_rs,packed_simd \
    295 CC=gcc CXX=g++ make -f client.mk</userinput></screen>
     294<screen><userinput>CC=gcc CXX=g++ make -f client.mk</userinput></screen>
    296295
    297296    <note>
     
    321320  <sect2 role="commands">
    322321    <title>Command Explanations</title>
    323 
    324     <para>
    325       <command>RUSTC_BOOTSTRAP=encoding_rs,packed_simd</command>: With
    326       <application>rustc-1.52.0</application> crates can no longer set
    327       `RUSTC_BOOTSTRAP` themselves because it subverts the stability guarantee
    328       of Rust. The crates encoding_rs v0.8.16 and packed_simd v0.3.4 are both
    329       affected, setting the environment variable like this allows the package
    330       to compile.
    331     </para>
    332322
    333323    <para>
Note: See TracChangeset for help on using the changeset viewer.