diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-12-29 17:23:55 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-12-30 19:18:17 +0300 |
| commit | a2823e3af6fd8bce53419e9945b7f7c63b267789 (patch) | |
| tree | dd9489b2fd772ae62dd049132fb768488e52222c /src/librustc_codegen_llvm | |
| parent | b9a9c5b4fd9008976b3ddfec8e02d8554f5a722b (diff) | |
Rename `libsyntax_ext` and `libsyntax_expand` in code
Diffstat (limited to 'src/librustc_codegen_llvm')
| -rw-r--r-- | src/librustc_codegen_llvm/Cargo.toml | 2 |
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" } |
