Skip to content

Commit

Permalink
Add path prefixes back when compiling clippy_dev and lintcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo committed Aug 7, 2024
1 parent 5ead90f commit 8225f2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ target-dir = "target"

[unstable]
binary-dep-depinfo = true
profile-rustflags = true

[profile.dev]
split-debuginfo = "unpacked"

# Add back the containing directory of the packages we have to refer to using --manifest-path
[profile.dev.package.clippy_dev]
rustflags = ["--remap-path-prefix", "=clippy_dev"]
[profile.dev.package.lintcheck]
rustflags = ["--remap-path-prefix", "=lintcheck"]

0 comments on commit 8225f2a

Please sign in to comment.