diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2011-12-20 19:39:33 -0800 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2011-12-21 06:14:36 -0800 |
| commit | c03d14a33ddee8001f59224b40ce2fe06a71e074 (patch) | |
| tree | f45f2b05cff24b608794ab3c880d3bae1d018b31 /src/comp/syntax | |
| parent | 01cb1044f74b69e128bd73651971ef365954a0ba (diff) | |
upgrade kind check
Diffstat (limited to 'src/comp/syntax')
| -rw-r--r-- | src/comp/syntax/visit.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/syntax/visit.rs b/src/comp/syntax/visit.rs index 3f0d7a27a51..be3769a4ba1 100644 --- a/src/comp/syntax/visit.rs +++ b/src/comp/syntax/visit.rs @@ -39,6 +39,7 @@ type visitor<E> = visit_fn_block: fn@(fn_decl, blk, span, node_id, E, vt<E>), // Invoked by both visit_fn_proto and visit_fn_block above. + // Intended to be a common flow point for all fn decls in AST. visit_fn_body: fn@(fn_decl, blk, span, fn_ident, node_id, E, vt<E>)}; fn default_visitor<E>() -> visitor<E> { |
