diff options
| author | Patrick Walton <[email protected]> | 2011-04-27 18:10:02 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-04-27 18:14:56 -0700 |
| commit | 180a389832ea505df5a05620a35fcfc4ba311936 (patch) | |
| tree | f021ab47aee5cee988b7d8ec0b523dc4dc84a37e /src/rt/rustrt.def.in | |
| parent | rt: Add str_vec to the def file. Puts out burning tinderbox. (diff) | |
| download | rust-180a389832ea505df5a05620a35fcfc4ba311936.tar.xz rust-180a389832ea505df5a05620a35fcfc4ba311936.zip | |
stdlib/rt: Add an unsafe function to cast immutable vectors to mutable ones
Diffstat (limited to 'src/rt/rustrt.def.in')
| -rw-r--r-- | src/rt/rustrt.def.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index e378fa8d..d30c146e 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -33,6 +33,7 @@ str_from_vec str_push_byte str_vec task_sleep +unsafe_vec_to_mut unsupervise upcall_clone_chan upcall_del_chan |