aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/item.ml
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-09-07 16:35:00 -0700
committerPatrick Walton <[email protected]>2010-09-07 16:35:21 -0700
commitffdb5fc8582c77eef7b3a30859eaa216872525a4 (patch)
treef43afee8d7fcbad87aac197bc774b11e440edfad /src/boot/fe/item.ml
parentAdd hashmap tests exercising strings as keys and values. No longer leaks on ... (diff)
downloadrust-ffdb5fc8582c77eef7b3a30859eaa216872525a4.tar.xz
rust-ffdb5fc8582c77eef7b3a30859eaa216872525a4.zip
Initial support for a global crate metadata cache
Diffstat (limited to 'src/boot/fe/item.ml')
-rw-r--r--src/boot/fe/item.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/fe/item.ml b/src/boot/fe/item.ml
index a47fca5a..287fbb41 100644
--- a/src/boot/fe/item.ml
+++ b/src/boot/fe/item.ml
@@ -758,7 +758,7 @@ and parse_meta_pat (ps:pstate) : Ast.meta_pat =
bracketed_zero_or_more LPAREN RPAREN
(Some COMMA) parse_meta_input ps
-and parse_meta (ps:pstate) : Ast.meta =
+and parse_meta (ps:pstate) : Session.meta =
Array.map
begin
fun (id,v) ->