compiler/rustc_mir_build/Cargo.toml TOML 27 lines View on github.com → Search inside
1[package]2name = "rustc_mir_build"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8itertools = "0.12"9rustc_abi = { path = "../rustc_abi" }10rustc_apfloat = "0.2.0"11rustc_arena = { path = "../rustc_arena" }12rustc_ast = { path = "../rustc_ast" }13rustc_data_structures = { path = "../rustc_data_structures" }14rustc_errors = { path = "../rustc_errors" }15rustc_hir = { path = "../rustc_hir" }16rustc_index = { path = "../rustc_index" }17rustc_infer = { path = "../rustc_infer" }18rustc_lint_defs = { path = "../rustc_lint_defs" }19rustc_macros = { path = "../rustc_macros" }20rustc_middle = { path = "../rustc_middle" }21rustc_pattern_analysis = { path = "../rustc_pattern_analysis" }22rustc_session = { path = "../rustc_session" }23rustc_span = { path = "../rustc_span" }24rustc_trait_selection = { path = "../rustc_trait_selection" }25tracing = "0.1"26# 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.