2019-02-08 07:05:52 +00:00
|
|
|
[alias]
|
2023-07-27 11:40:22 +00:00
|
|
|
uitest = "test --test compile-test -- --check"
|
|
|
|
uibless = "test --test compile-test"
|
|
|
|
bless = "test"
|
2021-09-08 17:50:57 +00:00
|
|
|
dev = "run --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
|
|
|
|
lintcheck = "run --package lintcheck --bin lintcheck --manifest-path lintcheck/Cargo.toml -- "
|
2022-01-10 00:22:38 +00:00
|
|
|
collect-metadata = "test --test dogfood --features internal -- run_metadata_collection_lint --ignored"
|
2019-04-15 11:03:07 +00:00
|
|
|
|
|
|
|
[build]
|
2021-09-03 20:24:29 +00:00
|
|
|
# -Zbinary-dep-depinfo allows us to track which rlib files to use for compiling UI tests
|
|
|
|
rustflags = ["-Zunstable-options", "-Zbinary-dep-depinfo"]
|
2021-09-08 19:05:49 +00:00
|
|
|
target-dir = "target"
|
2022-01-08 22:12:53 +00:00
|
|
|
|
|
|
|
[unstable]
|
|
|
|
binary-dep-depinfo = true
|
2023-03-17 13:43:32 +00:00
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
split-debuginfo = "unpacked"
|