2018-12-01 07:46:25 -06:00
|
|
|
error: missing documentation for crate
|
2019-01-12 20:25:00 -06:00
|
|
|
--> $DIR/deny-missing-docs-crate.rs:1:1
|
2018-12-01 07:46:25 -06:00
|
|
|
|
|
|
|
|
LL | / #![deny(missing_docs)] //~ ERROR
|
|
|
|
LL | |
|
|
|
|
LL | | pub struct Foo; //~ ERROR
|
|
|
|
| |_______________^
|
|
|
|
|
|
|
|
|
note: lint level defined here
|
2019-01-12 20:25:00 -06:00
|
|
|
--> $DIR/deny-missing-docs-crate.rs:1:9
|
2018-12-01 07:46:25 -06:00
|
|
|
|
|
|
|
|
LL | #![deny(missing_docs)] //~ ERROR
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: missing documentation for a struct
|
2019-01-12 20:25:00 -06:00
|
|
|
--> $DIR/deny-missing-docs-crate.rs:3:1
|
2018-12-01 07:46:25 -06:00
|
|
|
|
|
|
|
|
LL | pub struct Foo; //~ ERROR
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
2018-12-08 13:30:23 -06:00
|
|
|
error: aborting due to 2 previous errors
|
2018-12-01 07:46:25 -06:00
|
|
|
|