Ensure that functions that should return a value do; issue 41

This commit is contained in:
Patrick Walton
2010-07-16 15:33:30 -07:00
parent 4d413af822
commit 1ac01e16cf
6 changed files with 45 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ native "rust" mod rustrt {
}
fn is_utf8(vec[u8] v) -> bool {
fail; // FIXME
}
fn alloc(uint n_bytes) -> str {