about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/.cargo/config.toml
blob: 0193a9566e2bf02cb5ab5bdda4fd4ef4ae05375f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[alias]
xtask = "run --package xtask --bin xtask --"
tq = "test -- -q"
qt = "tq"
lint = "clippy --all-targets -- --cap-lints warn"
codegen = "run --package xtask --bin xtask -- codegen"
dist = "run --package xtask --bin xtask -- dist"

[target.x86_64-pc-windows-msvc]
linker = "rust-lld"

[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }