Files
nixpkgs/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
..
2023-12-25 20:52:38 +01:00
2023-12-29 10:20:59 +10:00
2023-10-10 14:42:30 +00:00