Skip to content

Instantly share code, notes, and snippets.

@db48x
Created May 30, 2014 15:02
Show Gist options
  • Save db48x/ec8d4d040c217c474470 to your computer and use it in GitHub Desktop.
Save db48x/ec8d4d040c217c474470 to your computer and use it in GitHub Desktop.
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