2019-02-08 01:05:52 -06:00
|
|
|
[alias]
|
|
|
|
uitest = "test --test compile-test"
|
2021-09-08 12:50:57 -05: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-09 18:22:38 -06:00
|
|
|
collect-metadata = "test --test dogfood --features internal -- run_metadata_collection_lint --ignored"
|
2019-04-15 06:03:07 -05:00
|
|
|
|
|
|
|
[build]
|
2021-09-03 15:24:29 -05: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 14:05:49 -05:00
|
|
|
target-dir = "target"
|
2022-01-08 16:12:53 -06:00
|
|
|
|
|
|
|
[unstable]
|
|
|
|
binary-dep-depinfo = true
|