Skip to content

Commit f767a88

Browse files
authored
Unrolled build for #152142
Rollup merge of #152142 - JonathanBrouwer:convert_hir_typeck, r=GuillaumeGomez Convert to inline diagnostics in `rustc_hir_typeck` For #151366 r? @GuillaumeGomez
2 parents 9f4b56a + 44a14c1 commit f767a88

File tree

9 files changed

+357
-507
lines changed

9 files changed

+357
-507
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3787,7 +3787,6 @@ dependencies = [
37873787
"rustc_feature",
37883788
"rustc_hir_analysis",
37893789
"rustc_hir_pretty",
3790-
"rustc_hir_typeck",
37913790
"rustc_index",
37923791
"rustc_interface",
37933792
"rustc_lexer",
@@ -4017,7 +4016,6 @@ dependencies = [
40174016
"rustc_ast",
40184017
"rustc_data_structures",
40194018
"rustc_errors",
4020-
"rustc_fluent_macro",
40214019
"rustc_hir",
40224020
"rustc_hir_analysis",
40234021
"rustc_hir_pretty",

compiler/rustc_driver_impl/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ rustc_expand = { path = "../rustc_expand" }
2222
rustc_feature = { path = "../rustc_feature" }
2323
rustc_hir_analysis = { path = "../rustc_hir_analysis" }
2424
rustc_hir_pretty = { path = "../rustc_hir_pretty" }
25-
rustc_hir_typeck = { path = "../rustc_hir_typeck" }
2625
rustc_index = { path = "../rustc_index" }
2726
rustc_interface = { path = "../rustc_interface" }
2827
rustc_lexer = { path = "../rustc_lexer" }

compiler/rustc_driver_impl/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ pub static DEFAULT_LOCALE_RESOURCES: &[&str] = &[
123123
rustc_errors::DEFAULT_LOCALE_RESOURCE,
124124
rustc_expand::DEFAULT_LOCALE_RESOURCE,
125125
rustc_hir_analysis::DEFAULT_LOCALE_RESOURCE,
126-
rustc_hir_typeck::DEFAULT_LOCALE_RESOURCE,
127126
rustc_lint::DEFAULT_LOCALE_RESOURCE,
128127
rustc_metadata::DEFAULT_LOCALE_RESOURCE,
129128
rustc_middle::DEFAULT_LOCALE_RESOURCE,

compiler/rustc_hir_typeck/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ rustc_abi = { path = "../rustc_abi" }
1010
rustc_ast = { path = "../rustc_ast" }
1111
rustc_data_structures = { path = "../rustc_data_structures" }
1212
rustc_errors = { path = "../rustc_errors" }
13-
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
1413
rustc_hir = { path = "../rustc_hir" }
1514
rustc_hir_analysis = { path = "../rustc_hir_analysis" }
1615
rustc_hir_pretty = { path = "../rustc_hir_pretty" }

compiler/rustc_hir_typeck/messages.ftl

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

0 commit comments

Comments
 (0)