Skip to content

Instantly share code, notes, and snippets.

@jbclements
Created April 18, 2013 16:06
Show Gist options
  • Save jbclements/5413958 to your computer and use it in GitHub Desktop.
Save jbclements/5413958 to your computer and use it in GitHub Desktop.
a rust file with an unusual pattern identifier
#[test] fn main() {
let z = match 3 {
x() => x
};
assert_eq!(z,3)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment