1[package]2name = "rustc_ty_utils"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8itertools = "0.12"9rustc_abi = { path = "../rustc_abi" }10rustc_data_structures = { path = "../rustc_data_structures" }11rustc_errors = { path = "../rustc_errors" }12rustc_hashes = { path = "../rustc_hashes" }13rustc_hir = { path = "../rustc_hir" }14rustc_index = { path = "../rustc_index" }15rustc_infer = { path = "../rustc_infer" }16rustc_macros = { path = "../rustc_macros" }17rustc_middle = { path = "../rustc_middle" }18rustc_session = { path = "../rustc_session" }19rustc_span = { path = "../rustc_span" }20rustc_target = { path = "../rustc_target" }21rustc_trait_selection = { path = "../rustc_trait_selection" }22tracing = "0.1"23# tidy-alphabetical-end
Findings
✓ No findings reported for this file.