coreutils doesn't build on nix due to #1064. Nix only supports Rust 1.17.0 currently: (https://nixos.org/nixos/packages.html, search for "rustc")
It would be less confusing to newcomers if coreutils would document the current minimum version of rustc it currently needs and tests against that.
coreutils doesn't build on nix due to #1064. Nix only supports Rust 1.17.0 currently: (https://nixos.org/nixos/packages.html, search for "rustc")
It would be less confusing to newcomers if
coreutilswould document the current minimum version of rustc it currently needs and tests against that.