1[package]2name = "rustc_infer"3version = "0.0.0"4edition = "2024"56[lib]7doctest = false89[dependencies]10# tidy-alphabetical-start11rustc_data_structures = { path = "../rustc_data_structures" }12rustc_errors = { path = "../rustc_errors" }13rustc_hir = { path = "../rustc_hir" }14rustc_index = { path = "../rustc_index" }15rustc_macros = { path = "../rustc_macros" }16rustc_middle = { path = "../rustc_middle" }17rustc_span = { path = "../rustc_span" }18rustc_type_ir = { path = "../rustc_type_ir" }19smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }20thin-vec = "0.2.15"21tracing = "0.1"22# tidy-alphabetical-end
Findings
✓ No findings reported for this file.