Changes between Version 13 and Version 14 of rust


Ignore:
Timestamp:
12/20/2023 09:47:00 PM (4 months ago)
Author:
pierre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rust

    v13 v14  
    44
    55The source needs to be downloaded from [https://static.rust-lang.org/dist/] as rustc-<VERSION>-src.tar.gz : this site is NOT searchable.
    6 
    7 == Building newer versions ==
    8 
    9 Firefox-97 will need at least rustc-1.57.0. That version would need an amended sed to force the correct (rust) curl and curl-sys crates (not tested). Using rustc-1.58.0 picks up new enough crates and works. However, there are a lot more test failures (in the absence of gdb, only one failure is not in 'assembly'), as with 1.56 these seem to be caused by the tests using -Werror.
    106
    117== Building with the shipped llvm ==
     
    3733
    3834And, even if this method is used, running the test suite will still download a pre-built binary.
    39 
    40 [wiki:Programming Up][[br]]
    41 [wiki:BlfsNotes Top]