Hacker News new | ask | show | jobs
by anonymoushn 2010 days ago
It does not, because this code does not compile:

  fn main() {
      println!("ok"; "Hello, world!");
  }