Skip to content

Instantly share code, notes, and snippets.

@syranez
Created January 31, 2019 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syranez/acc4ba7988309ed08976276a13740367 to your computer and use it in GitHub Desktop.
Save syranez/acc4ba7988309ed08976276a13740367 to your computer and use it in GitHub Desktop.
36 | / named!(dcss_morgue_file_entry<&str, ParserPart >, alt_complete!(
37 | | dcss_header => {|header| ParserPart::Header(header)}
38 | | | char!('\n') => {|| ParserPart::Ignore}
39 | | | dcss_hiscore_one => {|one| ParserPart::HiscoreOne(one)}
40 | | ));
| |_______^ expected 0 parameters
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment