compiler/rustc_query_impl/Cargo.toml TOML 19 lines View on github.com → Search inside
1[package]2name = "rustc_query_impl"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8measureme = "12.0.1"9rustc_data_structures = { path = "../rustc_data_structures" }10rustc_errors = { path = "../rustc_errors" }11rustc_hir = { path = "../rustc_hir" }12rustc_macros = { path = "../rustc_macros" }13rustc_middle = { path = "../rustc_middle" }14rustc_serialize = { path = "../rustc_serialize" }15rustc_span = { path = "../rustc_span" }16rustc_thread_pool = { path = "../rustc_thread_pool" }17tracing = "0.1"18# 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.