]> git.lizzy.rs Git - rust.git/blobdiff - .cargo/config
Auto merge of #88839 - nbdd0121:alignof, r=nagisa
[rust.git] / .cargo / config
index 7cb41d979a6afd0c7f2f156e29317de044598c2b..84ae36a46d71de51a394f27bc3fe2533c2ccec60 100644 (file)
@@ -1,2 +1,9 @@
 [alias]
 uitest = "test --test compile-test"
+dev = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
+lintcheck = "run --target-dir lintcheck/target --package lintcheck --bin lintcheck --manifest-path lintcheck/Cargo.toml  -- "
+collect-metadata = "test --test dogfood --features metadata-collector-lint -- run_metadata_collection_lint --ignored"
+
+[build]
+# -Zbinary-dep-depinfo allows us to track which rlib files to use for compiling UI tests
+rustflags = ["-Zunstable-options", "-Zbinary-dep-depinfo"]