Files
haikuports/dev-lang
PulkoMandy f163d1eec6 Rust: update from-source recipe to 1.79, disable on x86_64
Build fails with:

```
error[E0463]: can't find crate for `core`

error[E0463]: can't find crate for `std`

For more information about this error, try `rustc --explain E0463`.
```

The relevant bit of the "explain":

```
Common causes for missing std or core
*   You are cross-compiling for a target which doesn't have std prepackaged. Consider one of the
    following:
    + Adding a pre-compiled version of std with rustup target add
    + Building std from source with cargo build -Z build-std
    + Using #![no_std] at the crate root, so you won't need std in the first place.
*   You are developing the compiler itself and haven't built libstd from source. You can usually build it with x.py build library/std. More
    information about x.py is available in the rustc-dev-guide.
```

Since I know nothing about Rust, my efforts stop here for today.
According to the git log, this seems to be the same state we were in the
1.73 recipe.
2024-08-10 20:19:47 +02:00
..
2024-06-08 16:48:21 +02:00
2024-03-25 12:41:56 +01:00
2024-02-29 09:32:26 -06:00
2024-03-22 08:05:48 +01:00
2024-07-21 17:09:08 +02:00
2024-05-05 19:49:21 -06:00
2024-06-03 07:55:57 +02:00
2024-04-13 13:40:22 +02:00
2024-02-09 18:09:25 +01:00
2024-06-23 21:40:53 +02:00
2024-03-17 14:09:24 +01:00
2024-01-07 10:02:52 +01:00