Skip to content

Instantly share code, notes, and snippets.

@richo
Created July 6, 2015 19:26
Show Gist options
  • Select an option

  • Save richo/b75004be65d913bc7cfb to your computer and use it in GitHub Desktop.

Select an option

Save richo/b75004be65d913bc7cfb to your computer and use it in GitHub Desktop.
pub opaque type Foo = usize;
pub fn frob(f: Foo) -> usize {
f as usize
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment