2020-03-22 14:37:51 -05:00
|
|
|
error: missing documentation for the crate
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-10656.rs:1:1
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | / #![deny(missing_docs)]
|
|
|
|
LL | | #![crate_type="lib"]
|
|
|
|
| |____________________^
|
|
|
|
|
|
2020-01-22 17:57:38 -06:00
|
|
|
note: the lint level is defined here
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-10656.rs:1:9
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | #![deny(missing_docs)]
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|