Created
May 30, 2014 15:02
-
-
Save db48x/ec8d4d040c217c474470 to your computer and use it in GitHub Desktop.
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 characters
rustc -O src/httpcommon/lib.rs --out-dir=build -L build | |
src/httpcommon/headers/stuff.rs:22:9: 22:34 error: missing documentation for a struct | |
src/httpcommon/headers/stuff.rs:22 pub struct $struct_ident; | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
src/httpcommon/headers/stuff.rs:20:1: 30:2 note: in expansion of header! | |
src/httpcommon/headers/stuff.rs:32:1: 32:37 note: expansion site | |
src/httpcommon/lib.rs:24:9: 24:20 note: lint level defined here | |
src/httpcommon/lib.rs:24 #![deny(missing_doc)] | |
^~~~~~~~~~~ | |
src/httpcommon/headers/stuff.rs:22:9: 22:34 error: missing documentation for a struct | |
src/httpcommon/headers/stuff.rs:22 pub struct $struct_ident; | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
src/httpcommon/headers/stuff.rs:20:1: 30:2 note: in expansion of header! | |
src/httpcommon/headers/stuff.rs:33:1: 33:26 note: expansion site | |
src/httpcommon/lib.rs:24:9: 24:20 note: lint level defined here | |
src/httpcommon/lib.rs:24 #![deny(missing_doc)] | |
^~~~~~~~~~~ | |
error: aborting due to 2 previous errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment