Skip to content

Instantly share code, notes, and snippets.

@btipling
Created January 2, 2016 05:37
Show Gist options
  • Save btipling/6c5b954a602f6256af8c to your computer and use it in GitHub Desktop.
Save btipling/6c5b954a602f6256af8c to your computer and use it in GitHub Desktop.
Compiling korasho v0.1.0 (file:///Users/bjorn/projects/korasho)
<std macros>:1:33: 1:58 error: invalid reference to argument `0` (no arguments given)
<std macros>:1 ( $ fmt : expr ) => ( print ! ( concat ! ( $ fmt , "\n" ) ) ) ; (
^~~~~~~~~~~~~~~~~~~~~~~~~
<std macros>:1:33: 1:58 note: in this expansion of concat!
<std macros>:2:25: 2:56 note: in this expansion of format_args!
<std macros>:1:23: 1:60 note: in this expansion of print! (defined in <std macros>)
src/main.rs:143:5: 143:29 note: in this expansion of println! (defined in <std macros>)
error: aborting due to previous error
Could not compile `korasho`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment