compiler/rustc_hir/Cargo.toml TOML 29 lines View on github.com → Search inside
1[package]2name = "rustc_hir"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8bitflags = "2.9.1"9odht = { version = "0.3.1", features = ["nightly"] }10rustc_abi = { path = "../rustc_abi" }11rustc_arena = { path = "../rustc_arena" }12rustc_ast = { path = "../rustc_ast" }13rustc_ast_pretty = { path = "../rustc_ast_pretty" }14rustc_data_structures = { path = "../rustc_data_structures" }15rustc_error_messages = { path = "../rustc_error_messages" }16rustc_errors = { path = "../rustc_errors" }17rustc_hashes = { path = "../rustc_hashes" }18rustc_hir_id = { path = "../rustc_hir_id" }19rustc_index = { path = "../rustc_index" }20rustc_lint_defs = { path = "../rustc_lint_defs" }21rustc_macros = { path = "../rustc_macros" }22rustc_serialize = { path = "../rustc_serialize" }23rustc_span = { path = "../rustc_span" }24rustc_target = { path = "../rustc_target" }25smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }26thin-vec = "0.2.15"27tracing = "0.1"28# 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.