compiler/rustc_ast_passes/Cargo.toml TOML 23 lines View on github.com → Search inside
1[package]2name = "rustc_ast_passes"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_ast_pretty = { path = "../rustc_ast_pretty" }12rustc_attr_parsing = { path = "../rustc_attr_parsing" }13rustc_data_structures = { path = "../rustc_data_structures" }14rustc_errors = { path = "../rustc_errors" }15rustc_feature = { path = "../rustc_feature" }16rustc_hir = { path = "../rustc_hir" }17rustc_macros = { path = "../rustc_macros" }18rustc_session = { path = "../rustc_session" }19rustc_span = { path = "../rustc_span" }20rustc_target = { path = "../rustc_target" }21thin-vec = "0.2.15"22# 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.