diff options
| author | Graydon Hoare <[email protected]> | 2010-06-30 14:51:03 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-06-30 14:51:03 -0700 |
| commit | 9fb3e128da674b9ed70f5590e084abbe9a68fb05 (patch) | |
| tree | 02750f851b3ae27c5cafdb1cc337f6270f48bd44 /src/boot | |
| parent | Add a COMP_deref to lvals for explicit-derefs, modify typechecker to implicit... (diff) | |
| download | rust-9fb3e128da674b9ed70f5590e084abbe9a68fb05.tar.xz rust-9fb3e128da674b9ed70f5590e084abbe9a68fb05.zip | |
Fix formatting string.
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/me/type.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/type.ml b/src/boot/me/type.ml index 4969d86e..69010fdf 100644 --- a/src/boot/me/type.ml +++ b/src/boot/me/type.ml @@ -107,7 +107,7 @@ let rec tyspec_to_str (ts:tyspec) : string = fmt_tyspec ff (!tv) | TYSPEC_exterior tv -> - fmt ff "@"; + fmt ff "@@"; fmt_tyspec ff (!tv) | TYSPEC_callable (out, ins) -> |