diff options
| author | Graydon Hoare <[email protected]> | 2010-07-01 23:45:16 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-01 23:45:16 -0700 |
| commit | f0faeaed25b47a91b36e6637121f80559e8c3ccb (patch) | |
| tree | e199e7185088760f4350ae66bfe8449766d252d8 /src/boot/me | |
| parent | Teach clone_ty to tolerate cloning a mutable (though not state) type. (diff) | |
| download | rust-f0faeaed25b47a91b36e6637121f80559e8c3ccb.tar.xz rust-f0faeaed25b47a91b36e6637121f80559e8c3ccb.zip | |
Yeah. Not even a semantic mix-up: just a damn typo.
Diffstat (limited to 'src/boot/me')
| -rw-r--r-- | src/boot/me/trans.ml | 2 |
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 |