diff options
| author | Graydon Hoare <[email protected]> | 2010-06-28 19:21:09 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-06-28 19:21:09 -0700 |
| commit | bd059a354d74983cc8f5aea2abb9f09db670b86c (patch) | |
| tree | c9c0de21687b7407e5eda1f91bafc2c21a231869 /src/boot | |
| parent | Move more of the GC logic into the runtime. (diff) | |
| download | rust-bd059a354d74983cc8f5aea2abb9f09db670b86c.tar.xz rust-bd059a354d74983cc8f5aea2abb9f09db670b86c.zip | |
Whitespace.
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/me/resolve.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/resolve.ml b/src/boot/me/resolve.ml index 489655f3..1f563c76 100644 --- a/src/boot/me/resolve.ml +++ b/src/boot/me/resolve.ml @@ -906,7 +906,7 @@ let pattern_resolving_visitor * are only looking at the fact that it's a tag-like type at all, and * asking for its arity, it doesn't matter that the possibly parametric * tag type has its parameters unbound here. *) - let tag_ty = + let tag_ty = fn_output_ty (Hashtbl.find cx.ctxt_all_item_types tag_ctor_id) in begin |