Fix generic-derived-type.rs and generic-obj-with-derived-type.rs.

This commit is contained in:
Graydon Hoare 2010-07-04 16:42:58 -07:00
parent 8217ce6228
commit 1833fa1df2

View file

@ -1068,7 +1068,7 @@ let process_crate (cx:ctxt) (crate:Ast.crate) : unit =
TYSPEC_dictionary names
| Ast.COMP_named (Ast.COMP_idx i) ->
let init j = if i + 1 == j then tv else ref TYSPEC_all in
let init j = if i = j then tv else ref TYSPEC_all in
TYSPEC_tuple (Array.init (i + 1) init)
| Ast.COMP_atom atom ->