Skip to content

Commit

Permalink
Disable long typename shortening in diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 9, 2024
1 parent 9ed763b commit db3c9b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ fn cargo(project: &Project) -> Command {
cmd.envs(rustflags::envs());
cmd.env("CARGO_INCREMENTAL", "0");
cmd.arg("--offline");
cmd.arg("--config=build.rustflags=[\"--verbose\"]");
cmd
}

Expand Down

0 comments on commit db3c9b4

Please sign in to comment.