mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
13 lines
349 B
TOML
13 lines
349 B
TOML
[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 }
|