2019-02-08 07:05:52 +00:00
|
|
|
[alias]
|
|
|
|
uitest = "test --test compile-test"
|
2020-08-25 03:53:28 +00:00
|
|
|
dev = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
|
2021-03-09 13:40:59 +00:00
|
|
|
lintcheck = "run --target-dir lintcheck/target --package lintcheck --bin lintcheck --manifest-path lintcheck/Cargo.toml -- "
|
2021-05-12 23:41:22 +00:00
|
|
|
collect-metadata = "test --test dogfood --features metadata-collector-lint -- 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"]
|