We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fn main() { error!("It's time for dinner!"); }
prints
rust: ~"It\'s time for dinner!"
io::println prints the correct output. Not a big deal, just a little strange.
io::println