aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-06-30 14:51:03 -0700
committerGraydon Hoare <[email protected]>2010-06-30 14:51:03 -0700
commit9fb3e128da674b9ed70f5590e084abbe9a68fb05 (patch)
tree02750f851b3ae27c5cafdb1cc337f6270f48bd44 /src/boot
parentAdd a COMP_deref to lvals for explicit-derefs, modify typechecker to implicit... (diff)
downloadrust-9fb3e128da674b9ed70f5590e084abbe9a68fb05.tar.xz
rust-9fb3e128da674b9ed70f5590e084abbe9a68fb05.zip
Fix formatting string.
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/me/type.ml2
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) ->