1[package]2name = "rustc_error_messages"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8fluent-bundle = "0.16"9icu_list = { version = "2.0", default-features = false, features = ["alloc"] }10icu_locale = { version = "2.0", default-features = false }11intl-memoizer = "0.5.1"12rustc_baked_icu_data = { path = "../rustc_baked_icu_data" }13rustc_data_structures = { path = "../rustc_data_structures" }14rustc_macros = { path = "../rustc_macros" }15rustc_serialize = { path = "../rustc_serialize" }16rustc_span = { path = "../rustc_span" }17unic-langid = { version = "0.9.0", features = ["macros"] }18# tidy-alphabetical-end
Findings
✓ No findings reported for this file.