Skip to content

Instantly share code, notes, and snippets.

@dcolish
Created June 24, 2013 14:36
Show Gist options
  • Save dcolish/5850499 to your computer and use it in GitHub Desktop.
Save dcolish/5850499 to your computer and use it in GitHub Desktop.
use std::prelude::*;
fn main() {
let s = "Hello";
debug!("This will break %s", s);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment