aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/lib-vec-str-conversions.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add native vec[u8] to str converter. Put in workaround for leak in str to ↵Roy Frostig2010-08-111-0/+41
vec[u8] converter. Add testcase exercising both. Drive-by fix a potential array-out-of-bounds write on rust_str buffers.