compiler/rustc_privacy/Cargo.toml TOML 19 lines View on github.com → Search inside
1[package]2name = "rustc_privacy"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8rustc_ast = { path = "../rustc_ast" }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_session = { path = "../rustc_session" }15rustc_span = { path = "../rustc_span" }16rustc_ty_utils = { path = "../rustc_ty_utils" }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.