Skip to content

Commit 0da9476

Browse files
Convert to inline diagnostics in rustc_ast_passes
1 parent 0a13b43 commit 0da9476

File tree

8 files changed

+329
-554
lines changed

8 files changed

+329
-554
lines changed

‎Cargo.lock‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3514,7 +3514,6 @@ dependencies = [
35143514
"rustc_data_structures",
35153515
"rustc_errors",
35163516
"rustc_feature",
3517-
"rustc_fluent_macro",
35183517
"rustc_macros",
35193518
"rustc_session",
35203519
"rustc_span",
@@ -3772,7 +3771,6 @@ dependencies = [
37723771
"libc",
37733772
"rustc_abi",
37743773
"rustc_ast",
3775-
"rustc_ast_passes",
37763774
"rustc_ast_pretty",
37773775
"rustc_borrowck",
37783776
"rustc_builtin_macros",

‎compiler/rustc_ast_passes/Cargo.toml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ rustc_attr_parsing = { path = "../rustc_attr_parsing" }
1313
rustc_data_structures = { path = "../rustc_data_structures" }
1414
rustc_errors = { path = "../rustc_errors" }
1515
rustc_feature = { path = "../rustc_feature" }
16-
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
1716
rustc_macros = { path = "../rustc_macros" }
1817
rustc_session = { path = "../rustc_session" }
1918
rustc_span = { path = "../rustc_span" }

‎compiler/rustc_ast_passes/messages.ftl‎

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

0 commit comments

Comments
 (0)