1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-17 06:19:56 +00:00
Files
poky/meta/recipes-devtools
Yash Shinde 4c9d7632f6 rust: Oe-selftest changes for rust v1.77
Update the file paths for v1.77 and fix the dead code error as follows:

    Compiling coverage-dump v0.1.0 (/home/poky/build-st/tmp/work/core2-64-poky-linux/rust/1.77.0/rustc-1.77.0-src/src/tools/coverage-dump)
    error: field `0` is never read
       --> src/tools/coverage-dump/src/covfun.rs:222:15
        |
    222 |     Expansion(u32),
        |     --------- ^^^
        |     |
        |     field in this variant
        |
        = note: `-D dead-code` implied by `-D warnings`
        = help: to override `-D warnings` add `#[allow(dead_code)]`
    help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
        |
    222 |     Expansion(()),
        |               ~~

    error: could not compile `coverage-dump` (bin "coverage-dump") due to 1 previous error

    Only the required change is backported here to run the build without any errors.
    Other changes are merged with the commit in v1.78.

    Reference: https://github.com/rust-lang/rust/commit/9a5034a20ed8b055dc615271f9d9cf27f9e494f0#diff-d4ecc6273352a2a8ebd02c45233d9bff7c6694f20b67ddad0614af7a89c06748

(From OE-Core rev: 072df9d3d8792a6f0250cc5e37545f04e6a046ec)

Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-08-09 22:33:38 +01:00
..
2024-01-21 12:27:12 +00:00
2024-07-16 11:25:29 +01:00
2024-08-03 07:47:36 +01:00
2024-02-03 22:08:26 +00:00
2024-05-28 09:38:23 +01:00
2024-07-16 11:25:29 +01:00
2024-08-03 07:47:36 +01:00
2024-04-16 08:07:01 +01:00
2024-08-08 12:04:39 +01:00
2024-07-16 11:25:29 +01:00
2024-06-25 11:50:58 +01:00
2024-07-08 09:17:09 +01:00
2024-07-16 11:25:29 +01:00
2024-03-07 17:25:02 +00:00
2024-08-03 07:47:36 +01:00
2024-08-08 08:26:14 +01:00
2024-08-05 14:31:57 +01:00
2024-05-28 09:38:24 +01:00
2024-04-16 08:07:02 +01:00
2024-06-04 12:04:52 +01:00
2024-05-28 09:38:24 +01:00
2024-07-16 11:25:29 +01:00
2024-08-03 07:47:35 +01:00
2024-08-03 07:47:36 +01:00
2024-06-12 16:08:31 +01:00
2024-07-16 11:25:29 +01:00
2024-07-21 11:08:11 +01:00
2024-08-03 07:47:36 +01:00
2024-04-16 08:07:01 +01:00
2024-04-25 10:06:03 +01:00