compiler/rustc_builtin_macros/Cargo.toml TOML 40 lines View on github.com → Search inside
1[package]2name = "rustc_builtin_macros"3version = "0.0.0"4edition = "2024"56[lib]7doctest = false89[dependencies]10# tidy-alphabetical-start11rustc_ast = { path = "../rustc_ast" }12rustc_ast_pretty = { path = "../rustc_ast_pretty" }13rustc_attr_parsing = { path = "../rustc_attr_parsing" }14rustc_data_structures = { path = "../rustc_data_structures" }15rustc_errors = { path = "../rustc_errors" }16rustc_expand = { path = "../rustc_expand" }17rustc_feature = { path = "../rustc_feature" }18rustc_hir = { path = "../rustc_hir" }19rustc_index = { path = "../rustc_index" }20rustc_lexer = { path = "../rustc_lexer" }21rustc_lint_defs = { path = "../rustc_lint_defs" }22rustc_macros = { path = "../rustc_macros" }23rustc_parse = { path = "../rustc_parse" }24rustc_parse_format = { path = "../rustc_parse_format" }25# We must use the proc_macro version that we will compile proc-macros against,26# not the one from our own sysroot.27rustc_proc_macro = { path = "../rustc_proc_macro" }28rustc_session = { path = "../rustc_session" }29rustc_span = { path = "../rustc_span" }30rustc_target = { path = "../rustc_target" }31smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }32thin-vec = "0.2.15"33tracing = "0.1"34# tidy-alphabetical-end3536[features]37# tidy-alphabetical-start38llvm_enzyme = []39# 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.