2020-02-11 12:16:46 +00:00
|
|
|
error: no documentation found for this crate's top-level module
|
2019-12-01 19:12:49 +00:00
|
|
|
|
|
2022-09-23 18:34:34 +00:00
|
|
|
= help: The following guide may be of use:
|
|
|
|
https://doc.rust-lang.org/$CHANNEL/rustdoc/how-to-write-documentation.html
|
2020-02-11 12:16:46 +00:00
|
|
|
note: the lint level is defined here
|
2021-05-05 03:36:33 +00:00
|
|
|
--> $DIR/no-crate-level-doc-lint.rs:3:9
|
2019-12-01 19:12:49 +00:00
|
|
|
|
|
2021-01-18 06:14:01 +00:00
|
|
|
LL | #![deny(rustdoc::missing_crate_level_docs)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2019-12-01 19:12:49 +00:00
|
|
|
|
2023-11-21 16:44:51 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-12-01 19:12:49 +00:00
|
|
|
|