2020-03-22 22:18:30 +00:00
|
|
|
error: missing documentation for the crate
|
2019-01-13 02:25:00 +00:00
|
|
|
--> $DIR/deny-missing-docs-crate.rs:1:1
|
2018-12-01 13:46:25 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | / #![deny(missing_docs)]
|
2018-12-01 13:46:25 +00:00
|
|
|
LL | |
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | | pub struct Foo;
|
2018-12-01 13:46:25 +00:00
|
|
|
| |_______________^
|
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
note: the lint level is defined here
|
2019-01-13 02:25:00 +00:00
|
|
|
--> $DIR/deny-missing-docs-crate.rs:1:9
|
2018-12-01 13:46:25 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | #![deny(missing_docs)]
|
2018-12-01 13:46:25 +00:00
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
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 13:46:25 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | pub struct Foo;
|
2022-07-04 08:23:24 +00:00
|
|
|
| ^^^^^^^^^^^^^^
|
2018-12-01 13:46:25 +00:00
|
|
|
|
2018-12-08 19:30:23 +00:00
|
|
|
error: aborting due to 2 previous errors
|
2018-12-01 13:46:25 +00:00
|
|
|
|