Skip to content

Instantly share code, notes, and snippets.

@Blei
Created October 8, 2012 21:10
Show Gist options
  • Save Blei/3854999 to your computer and use it in GitHub Desktop.
Save Blei/3854999 to your computer and use it in GitHub Desktop.
Incorrect visibility parsing of first function in extern block
// shouldn't parse but does
extern { pub pub fn foo(); }
// ignores visibility
extern { pub fn bar(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment