Created
January 8, 2013 09:13
-
-
Save jld/4482393 to your computer and use it in GitHub Desktop.
In which the vec library has a bad day.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn main() { | |
let v : ~[[i8 * 0]] = ~[]; | |
io::println(fmt!("%?", v.len())); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment