1[package]2name = "rustc_hir_analysis"3version = "0.0.0"4edition = "2024"56[lib]7test = false8doctest = false910[dependencies]11# tidy-alphabetical-start12itertools = "0.12"13rustc_abi = { path = "../rustc_abi" }14rustc_arena = { path = "../rustc_arena" }15rustc_ast = { path = "../rustc_ast" }16rustc_data_structures = { path = "../rustc_data_structures" }17rustc_errors = { path = "../rustc_errors" }18rustc_feature = { path = "../rustc_feature" }19rustc_hir = { path = "../rustc_hir" }20rustc_index = { path = "../rustc_index" }21rustc_infer = { path = "../rustc_infer" }22rustc_lint_defs = { path = "../rustc_lint_defs" }23rustc_macros = { path = "../rustc_macros" }24rustc_middle = { path = "../rustc_middle" }25rustc_session = { path = "../rustc_session" }26rustc_span = { path = "../rustc_span" }27rustc_target = { path = "../rustc_target" }28rustc_trait_selection = { path = "../rustc_trait_selection" }29smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }30tracing = "0.1"31# tidy-alphabetical-end
Findings
✓ No findings reported for this file.