mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Upgrade to latest Rust
This commit is contained in:
@@ -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(_) => {},
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
#![feature(globs)]
|
||||
#![feature(macro_rules)]
|
||||
#![feature(unsafe_destructor)]
|
||||
|
||||
extern crate libc;
|
||||
extern crate collections;
|
||||
|
||||
Reference in New Issue
Block a user