Skip to content

Commit 3d006f7

Browse files
Convert to inline diagnostics in rustc_incremental
1 parent 46c86ae commit 3d006f7

7 files changed

Lines changed: 62 additions & 153 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3793,7 +3793,6 @@ dependencies = [
37933793
"rustc_hir_analysis",
37943794
"rustc_hir_pretty",
37953795
"rustc_hir_typeck",
3796-
"rustc_incremental",
37973796
"rustc_index",
37983797
"rustc_infer",
37993798
"rustc_interface",
@@ -4054,7 +4053,6 @@ dependencies = [
40544053
"rustc_ast",
40554054
"rustc_data_structures",
40564055
"rustc_errors",
4057-
"rustc_fluent_macro",
40584056
"rustc_fs_util",
40594057
"rustc_graphviz",
40604058
"rustc_hashes",

compiler/rustc_driver_impl/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ rustc_fluent_macro = { path = "../rustc_fluent_macro" }
2525
rustc_hir_analysis = { path = "../rustc_hir_analysis" }
2626
rustc_hir_pretty = { path = "../rustc_hir_pretty" }
2727
rustc_hir_typeck = { path = "../rustc_hir_typeck" }
28-
rustc_incremental = { path = "../rustc_incremental" }
2928
rustc_index = { path = "../rustc_index" }
3029
rustc_infer = { path = "../rustc_infer" }
3130
rustc_interface = { path = "../rustc_interface" }

compiler/rustc_driver_impl/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ pub static DEFAULT_LOCALE_RESOURCES: &[&str] = &[
128128
rustc_expand::DEFAULT_LOCALE_RESOURCE,
129129
rustc_hir_analysis::DEFAULT_LOCALE_RESOURCE,
130130
rustc_hir_typeck::DEFAULT_LOCALE_RESOURCE,
131-
rustc_incremental::DEFAULT_LOCALE_RESOURCE,
132131
rustc_infer::DEFAULT_LOCALE_RESOURCE,
133132
rustc_interface::DEFAULT_LOCALE_RESOURCE,
134133
rustc_lint::DEFAULT_LOCALE_RESOURCE,

compiler/rustc_incremental/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ rand = "0.9.0"
99
rustc_ast = { path = "../rustc_ast" }
1010
rustc_data_structures = { path = "../rustc_data_structures" }
1111
rustc_errors = { path = "../rustc_errors" }
12-
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
1312
rustc_fs_util = { path = "../rustc_fs_util" }
1413
rustc_graphviz = { path = "../rustc_graphviz" }
1514
rustc_hashes = { path = "../rustc_hashes" }

compiler/rustc_incremental/messages.ftl

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

0 commit comments

Comments
 (0)