compiler/rustc_trait_selection/Cargo.toml TOML 25 lines View on github.com → Search inside
1[package]2name = "rustc_trait_selection"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8itertools = "0.12"9rustc_abi = { path = "../rustc_abi" }10rustc_ast = { path = "../rustc_ast" }11rustc_data_structures = { path = "../rustc_data_structures" }12rustc_errors = { path = "../rustc_errors" }13rustc_hir = { path = "../rustc_hir" }14rustc_infer = { path = "../rustc_infer" }15rustc_macros = { path = "../rustc_macros" }16rustc_middle = { path = "../rustc_middle" }17rustc_next_trait_solver = { path = "../rustc_next_trait_solver" }18rustc_session = { path = "../rustc_session" }19rustc_span = { path = "../rustc_span" }20rustc_transmute = { path = "../rustc_transmute", features = ["rustc"] }21smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }22thin-vec = "0.2.15"23tracing = "0.1"24# tidy-alphabetical-end

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.