rust/src/test/rustdoc-ui/no-crate-level-doc-lint.stderr

13 lines
402 B
Text
Raw Normal View History

2020-02-11 13:16:46 +01:00
error: no documentation found for this crate's top-level module
|
2020-02-11 13:16:46 +01:00
note: the lint level is defined here
--> $DIR/no-crate-level-doc-lint.rs:1:9
|
2020-03-22 13:04:23 +01:00
LL | #![deny(missing_crate_level_docs)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
2020-02-11 13:16:46 +01:00
= help: The following guide may be of use:
https://doc.rust-lang.org/nightly/rustdoc/how-to-write-documentation.html
error: aborting due to previous error