Skip to content

Commit 60e7852

Browse files
authored
Unrolled build for #152115
Rollup merge of #152115 - GuillaumeGomez:inline-diag-rustc_metadata, r=JonathanBrouwer Convert to inline diagnostics in `rustc_metadata` Part of #151366. r? @JonathanBrouwer
2 parents 9f4b56a + 534b6c6 commit 60e7852

File tree

6 files changed

+182
-344
lines changed

6 files changed

+182
-344
lines changed

‎Cargo.lock‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4237,7 +4237,6 @@ dependencies = [
42374237
"rustc_errors",
42384238
"rustc_expand",
42394239
"rustc_feature",
4240-
"rustc_fluent_macro",
42414240
"rustc_fs_util",
42424241
"rustc_hir",
42434242
"rustc_hir_pretty",

‎compiler/rustc_driver_impl/src/lib.rs‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ pub static DEFAULT_LOCALE_RESOURCES: &[&str] = &[
125125
rustc_hir_analysis::DEFAULT_LOCALE_RESOURCE,
126126
rustc_hir_typeck::DEFAULT_LOCALE_RESOURCE,
127127
rustc_lint::DEFAULT_LOCALE_RESOURCE,
128-
rustc_metadata::DEFAULT_LOCALE_RESOURCE,
129128
rustc_middle::DEFAULT_LOCALE_RESOURCE,
130129
rustc_mir_build::DEFAULT_LOCALE_RESOURCE,
131130
rustc_mir_transform::DEFAULT_LOCALE_RESOURCE,

‎compiler/rustc_metadata/Cargo.toml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
1515
rustc_errors = { path = "../rustc_errors" }
1616
rustc_expand = { path = "../rustc_expand" }
1717
rustc_feature = { path = "../rustc_feature" }
18-
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
1918
rustc_fs_util = { path = "../rustc_fs_util" }
2019
rustc_hir = { path = "../rustc_hir" }
2120
rustc_hir_pretty = { path = "../rustc_hir_pretty" }

‎compiler/rustc_metadata/messages.ftl‎

Lines changed: 0 additions & 240 deletions
This file was deleted.

0 commit comments

Comments
 (0)