mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Fix typo in token.ml.
This commit is contained in:
committed by
Graydon Hoare
parent
3f354b24dc
commit
d344f151f9
@@ -282,7 +282,7 @@ let rec string_of_tok t =
|
||||
|
||||
(* Callable type constructors *)
|
||||
| FN -> "fn"
|
||||
| ITER -> "fn"
|
||||
| ITER -> "iter"
|
||||
|
||||
(* Object type *)
|
||||
| OBJ -> "obj"
|
||||
|
||||
Reference in New Issue
Block a user