rust/tests/rustdoc-ui/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
421 B
Plaintext
Raw Normal View History

2020-02-11 20:16:46 +08:00
error: no documentation found for this crate's top-level module
|
2022-09-24 02:34:34 +08:00
= help: The following guide may be of use:
https://doc.rust-lang.org/$CHANNEL/rustdoc/how-to-write-documentation.html
2020-02-11 20:16:46 +08: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 previous error