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