Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    reb1d2c6 rce960d7  
    292292    </para>
    293293
    294 <screen><userinput>CC=gcc CXX=g++ make -f client.mk</userinput></screen>
     294<screen><userinput>RUSTC_BOOTSTRAP=encoding_rs,packed_simd \
     295CC=gcc CXX=g++ make -f client.mk</userinput></screen>
    295296
    296297    <note>
     
    320321  <sect2 role="commands">
    321322    <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>
    322332
    323333    <para>
Note: See TracChangeset for help on using the changeset viewer.