aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-01 23:45:16 -0700
committerGraydon Hoare <[email protected]>2010-07-01 23:45:16 -0700
commitf0faeaed25b47a91b36e6637121f80559e8c3ccb (patch)
treee199e7185088760f4350ae66bfe8449766d252d8 /src
parentTeach clone_ty to tolerate cloning a mutable (though not state) type. (diff)
downloadrust-f0faeaed25b47a91b36e6637121f80559e8c3ccb.tar.xz
rust-f0faeaed25b47a91b36e6637121f80559e8c3ccb.zip
Yeah. Not even a semantic mix-up: just a damn typo.
Diffstat (limited to 'src')
-rw-r--r--src/boot/me/trans.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/trans.ml b/src/boot/me/trans.ml
index 3a9085f7..fab9403d 100644
--- a/src/boot/me/trans.ml
+++ b/src/boot/me/trans.ml
@@ -2720,7 +2720,7 @@ let trans_visitor
(curr_iso:Ast.ty_iso option)
: unit =
match slot.Ast.slot_mode with
- Ast.MODE_alias
+ Ast.MODE_alias -> ()
(* Aliases are always free to drop. *)
| Ast.MODE_local ->
drop_ty ty_params cell (slot_ty slot) curr_iso