nixpkgs-suyu/pkgs/development/compilers/rust
Sergei Trofimovich a3957236ce cargo: fix tests eval
Without the change `cargo` tests fail the eval as:

    $ nix build --no-link -f. cargo.tests
    error: attribute 'tests' missing

           at pkgs/development/compilers/rust/cargo.nix:22:15:

               21|
               22|   passthru = {
                 |               ^
               23|     rustc = rustc;

The test teried to pull `tests` attribute from `rustc`, which is a
wrapper without `tests`. Pull tests from unwrapped rust instead.
2023-12-29 10:20:59 +10:00
..
1_74.nix rustc: use the wrapper for fastCross sysroot 2023-11-30 09:23:06 +00:00
binary.nix rustc: link to https homepage 2023-12-25 20:52:38 +01:00
bootstrap.nix lib.systems: elaborate Rust metadata 2023-11-09 10:02:24 +01:00
cargo-auditable-cargo-wrapper.nix
cargo-auditable.nix
cargo.nix cargo: fix tests eval 2023-12-29 10:20:59 +10:00
cargo_cross.nix
clippy.nix clippy: use unwrapped rustc when adding rpath for darwin 2023-12-15 17:46:56 +01:00
default.nix treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobs 2023-12-15 05:13:46 -08:00
make-rust-platform.nix
print-hashes.sh rustc: 1.72.1 -> 1.73.0 2023-10-10 14:42:30 +00:00
rust-lib-src.nix
rust-src.nix
rustc.nix rustc: use the wrapper for fastCross sysroot 2023-11-30 09:23:06 +00:00
rustfmt.nix rustfmt: use unwrapped rustc when adding rpath for darwin 2023-12-15 17:46:56 +01:00
setup-hook.sh