Skip to content

Instantly share code, notes, and snippets.

@yaahc
Created March 15, 2019 04:11
Show Gist options
  • Save yaahc/7ef4b3d018c63d19f47ede00889e68e8 to your computer and use it in GitHub Desktop.
Save yaahc/7ef4b3d018c63d19f47ede00889e68e8 to your computer and use it in GitHub Desktop.
is this running the correct binary?
[2019-03-15T04:08:59Z DEBUG cargo] exit_with_error; err=CliError { error: Some(ProcessError { desc: "process didn\'t exit successfully: `clippy-driver rustc --edition=2018 --crate-name clippytest src/main.rs --color always --crate-type bin --emit=dep-info,metadata -C debuginfo=2 -C metadata=f7a52620a1cf4b3b -C extra-filename=-f7a52620a1cf4b3b --out-dir /home/jlusby/git/rust/clippytest/target/debug/deps -C incremental=/home/jlusby/git/rust/clippytest/target/debug/incremental -L dependency=/home/jlusby/git/rust/clippytest/target/debug/deps` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }
@yaahc
Copy link
Author

yaahc commented Mar 15, 2019

[2019-03-15T04:08:59Z DEBUG cargo] exit_with_error; err=CliError { error: Some(ProcessError { desc: "process didn't exit successfully: clippy-driver rustc --edition=2018 --crate-name clippytest src/main.rs --color always --crate-type bin --emit=dep-info,metadata -C debuginfo=2 -C metadata=f7a52620a1cf4b3b -C extra-filename=-f7a52620a1cf4b3b --out-dir /home/jlusby/git/rust/clippytest/target/debug/deps -C incremental=/home/jlusby/git/rust/clippytest/target/debug/incremental -L dependency=/home/jlusby/git/rust/clippytest/target/debug/deps (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

@yaahc
Copy link
Author

yaahc commented Mar 15, 2019

added as a comment so it wraps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment