Skip to content

Commit

Permalink
Merge pull request #270 from dtolnay/typename
Browse files Browse the repository at this point in the history
Disable long typename shortening in diagnostics
  • Loading branch information
dtolnay authored May 9, 2024
2 parents 9ed763b + db3c9b4 commit 619bfcd
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 619bfcd

Please sign in to comment.