rustc 0.6 (9873f67 2013-06-04 17:55:34 -0700) E.g. this assertion fails: ``` rust fn main() { use std::str; assert_eq!(str::byte_slice_no_callback("a").len(), 1); } ``` Notably, str::byte_slice and str::to_bytes work as expected.