Skip to content

Instantly share code, notes, and snippets.

@btipling
Created January 2, 2016 05:37
Show Gist options
  • Select an option

  • Save btipling/6c5b954a602f6256af8c to your computer and use it in GitHub Desktop.

Select an option

Save btipling/6c5b954a602f6256af8c to your computer and use it in GitHub Desktop.

Revisions

  1. btipling created this gist Jan 2, 2016.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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.