diff options
| author | Graydon Hoare <[email protected]> | 2010-06-30 15:25:24 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-06-30 15:25:24 -0700 |
| commit | 335053eb68a33061f50e8bd8bfb1e5c2ddaaf763 (patch) | |
| tree | 1635d61232f323d1e2a156d957389f4403bfaa9b /src/boot | |
| parent | Pick out error in type due to delightfully clear logging. (diff) | |
| download | rust-335053eb68a33061f50e8bd8bfb1e5c2ddaaf763.tar.xz rust-335053eb68a33061f50e8bd8bfb1e5c2ddaaf763.zip | |
Improve logging in type.
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 97dc2c15..2a208db7 100644 --- a/src/boot/me/type.ml +++ b/src/boot/me/type.ml @@ -125,7 +125,7 @@ let rec tyspec_to_str (ts:tyspec) : string = fmt_cbb ff; | TYSPEC_tuple tvs -> - fmt ff "("; + fmt ff "tuple ("; fmt_tvs ff tvs; fmt ff ")"; |