1
Fork 0

Make fewer crates depend on rustc_ast_ir

This commit is contained in:
Michael Goulet 2025-02-19 06:54:15 +00:00
parent f44efbf9e1
commit b78c626a95
25 changed files with 30 additions and 46 deletions

View file

@ -6,7 +6,6 @@ edition = "2021"
[dependencies]
# tidy-alphabetical-start
rustc_abi = { path = "../rustc_abi", optional = true }
rustc_ast_ir = { path = "../rustc_ast_ir", optional = true }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_hir = { path = "../rustc_hir", optional = true }
rustc_infer = { path = "../rustc_infer", optional = true }
@ -19,7 +18,6 @@ tracing = "0.1"
[features]
rustc = [
"dep:rustc_abi",
"dep:rustc_ast_ir",
"dep:rustc_hir",
"dep:rustc_infer",
"dep:rustc_macros",