aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-24 10:15:43 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-24 10:15:43 +0000
commitf6f160391db945a0dcc2f73b38926d6919f7c566 (patch)
tree060450b70c09357615f261d8acd032a647615dd7 /Cargo.lock
parentc5e74cebdcbade069c0e1e81e298ab7d729e4cd5 (diff)
parent81bca78349afb9e15994f46401da0cfabfba04a1 (diff)
Merge #885
885: Parse token trees directy r=matklad a=matklad This takes advantage of the recent macro refactoring to directly parse token stream into a syntax tree. Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5912659d4..e697de588 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1066,6 +1066,7 @@ dependencies = [
1066name = "ra_mbe" 1066name = "ra_mbe"
1067version = "0.1.0" 1067version = "0.1.0"
1068dependencies = [ 1068dependencies = [
1069 "ra_parser 0.1.0",
1069 "ra_syntax 0.1.0", 1070 "ra_syntax 0.1.0",
1070 "ra_tt 0.1.0", 1071 "ra_tt 0.1.0",
1071 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1072 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",