about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-12-22 18:08:34 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2019-12-31 17:27:34 +0100
commitce8dbf05f9072dfcf2580fb8f5c6d8c54ca4c7e9 (patch)
tree51a8dc47c348789e72a958a5d3801ebd9608bc2b
parent71bb0ff33e3759ee71ea19c230492c11e5e32b87 (diff)
downloadrust-ce8dbf05f9072dfcf2580fb8f5c6d8c54ca4c7e9.tar.gz
rust-ce8dbf05f9072dfcf2580fb8f5c6d8c54ca4c7e9.zip
librustc_ast_lowering: move the files.
-rw-r--r--src/librustc_ast_lowering/expr.rs (renamed from src/librustc/hir/lowering/expr.rs)0
-rw-r--r--src/librustc_ast_lowering/item.rs (renamed from src/librustc/hir/lowering/item.rs)0
-rw-r--r--src/librustc_ast_lowering/lib.rs (renamed from src/librustc/hir/lowering.rs)0
3 files changed, 0 insertions, 0 deletions
diff --git a/src/librustc/hir/lowering/expr.rs b/src/librustc_ast_lowering/expr.rs
index 3911f09a227..3911f09a227 100644
--- a/src/librustc/hir/lowering/expr.rs
+++ b/src/librustc_ast_lowering/expr.rs
diff --git a/src/librustc/hir/lowering/item.rs b/src/librustc_ast_lowering/item.rs
index 6f1088de6c2..6f1088de6c2 100644
--- a/src/librustc/hir/lowering/item.rs
+++ b/src/librustc_ast_lowering/item.rs
diff --git a/src/librustc/hir/lowering.rs b/src/librustc_ast_lowering/lib.rs
index 15eee3cad7f..15eee3cad7f 100644
--- a/src/librustc/hir/lowering.rs
+++ b/src/librustc_ast_lowering/lib.rs