Skip to content

Instantly share code, notes, and snippets.

@willie-hung
Created August 1, 2023 17:21
Show Gist options
  • Save willie-hung/9e7f856513cf1e45199f5eba333ec2fc to your computer and use it in GitHub Desktop.
Save willie-hung/9e7f856513cf1e45199f5eba333ec2fc to your computer and use it in GitHub Desktop.
post_31
// This code doesn't compile!
fn main() {
let x = (let y = 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment