Merge pull request #136 from bvssvni/master

Upgrade to latest Rust
This commit is contained in:
Tony Aldridge
2014-06-22 15:28:18 +01:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ pub fn generate_branchified_method(
let s = format!($($x)*);
let result = writer.write(indentstr.as_bytes())
.and(writer.write(s.as_bytes()))
.and(writer.write(bytes!("\n")));
.and(writer.write(b"\n"));
match result {
Ok(_) => {},
+1
View File
@@ -6,6 +6,7 @@
#![feature(globs)]
#![feature(macro_rules)]
#![feature(unsafe_destructor)]
extern crate libc;
extern crate collections;