Skip to content

Commit 024c9b7

Browse files
Convert to inline diagnostics in rustc_resolve
1 parent 1d05e3c commit 024c9b7

6 files changed

Lines changed: 310 additions & 778 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4588,7 +4588,6 @@ dependencies = [
45884588
"rustc_errors",
45894589
"rustc_expand",
45904590
"rustc_feature",
4591-
"rustc_fluent_macro",
45924591
"rustc_hir",
45934592
"rustc_index",
45944593
"rustc_macros",

compiler/rustc_driver_impl/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ pub static DEFAULT_LOCALE_RESOURCES: &[&str] = &[
135135
rustc_passes::DEFAULT_LOCALE_RESOURCE,
136136
rustc_pattern_analysis::DEFAULT_LOCALE_RESOURCE,
137137
rustc_privacy::DEFAULT_LOCALE_RESOURCE,
138-
rustc_resolve::DEFAULT_LOCALE_RESOURCE,
139138
rustc_session::DEFAULT_LOCALE_RESOURCE,
140139
rustc_trait_selection::DEFAULT_LOCALE_RESOURCE,
141140
rustc_ty_utils::DEFAULT_LOCALE_RESOURCE,

compiler/rustc_resolve/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
1616
rustc_errors = { path = "../rustc_errors" }
1717
rustc_expand = { path = "../rustc_expand" }
1818
rustc_feature = { path = "../rustc_feature" }
19-
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
2019
rustc_hir = { path = "../rustc_hir" }
2120
rustc_index = { path = "../rustc_index" }
2221
rustc_macros = { path = "../rustc_macros" }

0 commit comments

Comments
 (0)