]> git.lizzy.rs Git - rust.git/blobdiff - .cargo/config
Respect attributes in Hygiene token up-mapping
[rust.git] / .cargo / config
index 79f1dc38963edf66b0b55c2dbb616c6d2dc04f50..1447614b76363d6cd61b64c0a1678fcdd3988e64 100644 (file)
@@ -1,10 +1,9 @@
 [alias]
-# Automatically generates the ast and syntax kinds files
-gen-syntax =    "run --package tools -- gen-syntax"
-gen-tests =    "run --package tools -- gen-tests"
-install-code = "run --package tools -- install-code"
-format =    "run --package tools -- format"
-format-hook =    "run --package tools -- format-hook"
+xtask = "run --package xtask --bin xtask --"
+install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
+tq = "test -- -q"
+qt = "tq"
+lint = "clippy --all-targets -- -Aclippy::collapsible_if -Aclippy::needless_pass_by_value -Aclippy::nonminimal_bool -Aclippy::redundant_pattern_matching --cap-lints warn"
 
-render-test = "run --package ra_cli -- render-test"
-parse =       "run --package ra_cli -- parse"
+[target.x86_64-pc-windows-msvc]
+linker = "rust-lld"