Skip to content

Commit 7f49f7b

Browse files
committed
Rename directory rustc_plugin -> rustc_plugin_impl
1 parent ce7a579 commit 7f49f7b

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

src/librustc_driver/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ errors = { path = "../librustc_errors", package = "rustc_errors" }
2222
rustc_metadata = { path = "../librustc_metadata" }
2323
rustc_mir = { path = "../librustc_mir" }
2424
rustc_parse = { path = "../librustc_parse" }
25-
rustc_plugin_impl = { path = "../librustc_plugin" }
25+
rustc_plugin_impl = { path = "../librustc_plugin_impl" }
2626
rustc_save_analysis = { path = "../librustc_save_analysis" }
2727
rustc_codegen_utils = { path = "../librustc_codegen_utils" }
2828
rustc_error_codes = { path = "../librustc_error_codes" }

src/librustc_interface/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rustc_passes = { path = "../librustc_passes" }
3131
rustc_typeck = { path = "../librustc_typeck" }
3232
rustc_lint = { path = "../librustc_lint" }
3333
rustc_errors = { path = "../librustc_errors" }
34-
rustc_plugin_impl = { path = "../librustc_plugin" }
34+
rustc_plugin_impl = { path = "../librustc_plugin_impl" }
3535
rustc_privacy = { path = "../librustc_privacy" }
3636
rustc_resolve = { path = "../librustc_resolve" }
3737
tempfile = "3.0.5"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)