We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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