rust/tests/rustdoc-ui/lints/no-crate-level-doc-lint.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
423 B
Plaintext
Raw Normal View History

2020-02-11 12:16:46 +00:00
error: no documentation found for this crate's top-level module
|
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
--> $DIR/no-crate-level-doc-lint.rs:3:9
|
LL | #![deny(rustdoc::missing_crate_level_docs)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error