1[package]2name = "rustc_const_eval"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8either = "1"9rustc_abi = { path = "../rustc_abi" }10rustc_apfloat = "0.2.0"11rustc_ast = { path = "../rustc_ast" }12rustc_data_structures = { path = "../rustc_data_structures" }13rustc_errors = { path = "../rustc_errors" }14rustc_hir = { path = "../rustc_hir" }15rustc_index = { path = "../rustc_index" }16rustc_infer = { path = "../rustc_infer" }17rustc_macros = { path = "../rustc_macros" }18rustc_middle = { path = "../rustc_middle" }19rustc_mir_dataflow = { path = "../rustc_mir_dataflow" }20rustc_session = { path = "../rustc_session" }21rustc_span = { path = "../rustc_span" }22rustc_target = { path = "../rustc_target" }23rustc_trait_selection = { path = "../rustc_trait_selection" }24tracing = "0.1"25# tidy-alphabetical-end
Findings
✓ No findings reported for this file.