rustc: Parse and stub (broken) typechecking for bounded function types
This commit is contained in:
parent
c0f7ed68e2
commit
60f47eabe2
17 changed files with 119 additions and 72 deletions
|
|
@ -558,7 +558,7 @@ enum ty_ {
|
|||
ty_ptr(mt),
|
||||
ty_rptr(@region, mt),
|
||||
ty_rec(~[ty_field]),
|
||||
ty_fn(proto, fn_decl),
|
||||
ty_fn(proto, @~[ty_param_bound], fn_decl),
|
||||
ty_tup(~[@ty]),
|
||||
ty_path(@path, node_id),
|
||||
ty_fixed_length(@ty, option<uint>),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue