1[package]2name = "rustc_borrowck"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8either = "1.5.0"9itertools = "0.12"10polonius-engine = "0.13.0"11rustc_abi = { path = "../rustc_abi" }12rustc_data_structures = { path = "../rustc_data_structures" }13rustc_errors = { path = "../rustc_errors" }14rustc_graphviz = { path = "../rustc_graphviz" }15rustc_hir = { path = "../rustc_hir" }16rustc_index = { path = "../rustc_index" }17rustc_infer = { path = "../rustc_infer" }18rustc_lexer = { path = "../rustc_lexer" }19rustc_macros = { path = "../rustc_macros" }20rustc_middle = { path = "../rustc_middle" }21rustc_mir_dataflow = { path = "../rustc_mir_dataflow" }22rustc_session = { path = "../rustc_session" }23rustc_span = { path = "../rustc_span" }24rustc_trait_selection = { path = "../rustc_trait_selection" }25rustc_traits = { path = "../rustc_traits" }26smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }27tracing = "0.1"28# tidy-alphabetical-end
Findings
✓ No findings reported for this file.