Created
January 2, 2016 05:37
-
-
Save btipling/6c5b954a602f6256af8c to your computer and use it in GitHub Desktop.
Revisions
-
btipling created this gist
Jan 2, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.