about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-12-29 17:23:55 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-12-30 19:18:17 +0300
commita2823e3af6fd8bce53419e9945b7f7c63b267789 (patch)
treedd9489b2fd772ae62dd049132fb768488e52222c /src/librustc_codegen_llvm
parentb9a9c5b4fd9008976b3ddfec8e02d8554f5a722b (diff)
Rename `libsyntax_ext` and `libsyntax_expand` in code
Diffstat (limited to 'src/librustc_codegen_llvm')
-rw-r--r--src/librustc_codegen_llvm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/Cargo.toml b/src/librustc_codegen_llvm/Cargo.toml
index b48c6016644..e0b303710bf 100644
--- a/src/librustc_codegen_llvm/Cargo.toml
+++ b/src/librustc_codegen_llvm/Cargo.toml
@@ -30,5 +30,5 @@ rustc_session = { path = "../librustc_session" }
 rustc_target = { path = "../librustc_target" }
 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
 syntax = { path = "../libsyntax" }
-syntax_expand = { path = "../librustc_expand", package = "rustc_expand" }
+rustc_expand = { path = "../librustc_expand" }
 syntax_pos = { path = "../librustc_span", package = "rustc_span" }