Closed aleeusgr closed 11 months ago
https://github.com/rusty-ferris-club/rust-starter
11:01 $ nix run
error: builder for '/nix/store/f1xin9n87wqjf570gyi58yfg5dv71v5n-efected-coto-emmory-1.0.0.drv' failed with exit code 101;
last 10 log lines:
>
>
> error: aborting due to 4 previous errors
>
>
> Some errors have detailed explanations: E0432, E0433.
>
> For more information about an error, try `rustc --explain E0432`.
>
> [naersk] cargo returned with exit code 101, exiting
For full logs, run 'nix log /nix/store/f1xin9n87wqjf570gyi58yfg5dv71v5n-efected-coto-emmory-1.0.0.drv'.
Fix:
./src/bin/cmd/validate.rs:24:) -> Result<starter_project::CmdExit> {
./src/bin/cmd/validate.rs:25: Ok(starter_project::CmdExit {
./src/bin/cmd/default.rs:4:use starter_project;
./src/bin/cmd/default.rs:8: Command::new("starter_project")
./src/bin/cmd/default.rs:40:pub fn run(matches: &ArgMatches) -> Result<starter_project::CmdExit> {
./src/bin/cmd/default.rs:42: println!("going to run {}", starter_project::CMD);
./src/bin/cmd/default.rs:43: starter_project::run();
./src/bin/cmd/default.rs:44: Ok(starter_project::CmdExit {
./src/bin/cmd/mod.rs:8:use starter_project::CmdExit;
Rust tutorial materializes in a starter project. This gives the opportunity to handle much of the milestone in a simple step.