diff options
| author | Graydon Hoare <[email protected]> | 2010-06-30 00:55:53 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-06-30 00:55:53 -0700 |
| commit | 6ee16b588d53d4148343ceb11ce2167e174536fc (patch) | |
| tree | b1f80558a3c64d8412e5f9ff5ef9bf1caa08cdcc | |
| parent | Use simplified_ty in effect. (diff) | |
| download | rust-6ee16b588d53d4148343ceb11ce2167e174536fc.tar.xz rust-6ee16b588d53d4148343ceb11ce2167e174536fc.zip | |
Fix error-message typo.
| -rw-r--r-- | src/boot/me/semant.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/semant.ml b/src/boot/me/semant.ml index cb11991f..cc1c3321 100644 --- a/src/boot/me/semant.ml +++ b/src/boot/me/semant.ml @@ -1099,7 +1099,7 @@ let project_type | (_,_) -> bug () "unhandled form of lval-ext in Semant." - "project_slot: %a indexed by %a" + "project_ty: %a indexed by %a" Ast.sprintf_ty base_ty Ast.sprintf_lval_component comp ;; |