mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
9fef3d9e0a
* Also added the `LintExpectationId` which will be used in future commits
14 lines
406 B
TOML
14 lines
406 B
TOML
[package]
|
|
name = "rustc_lint_defs"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rustc_ast = { path = "../rustc_ast" }
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
|
rustc_span = { path = "../rustc_span" }
|
|
rustc_serialize = { path = "../rustc_serialize" }
|
|
rustc_macros = { path = "../rustc_macros" }
|
|
rustc_target = { path = "../rustc_target" }
|
|
rustc_index = { path = "../rustc_index" }
|