mirror of https://github.com/rust-lang/rust.git
Remove bogus FIXME.
This commit is contained in:
parent
bc286c7f2c
commit
1f3cff91f6
|
@ -1215,7 +1215,6 @@ let process_crate (cx:ctxt) (crate:Ast.crate) : unit =
|
|||
let tag_tv = ref TYSPEC_all in
|
||||
unify_ty tag_ty tag_tv;
|
||||
unify_tyvars expected tag_tv;
|
||||
(* FIXME check arity here? *)
|
||||
List.iter
|
||||
begin
|
||||
fun slot ->
|
||||
|
|
Loading…
Reference in New Issue