]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/no-crate-level-doc-lint.stderr
Rollup merge of #80617 - GuillaumeGomez:detect-invalid-rustdoc-test-commands, r=jyn514
[rust.git] / src / test / rustdoc-ui / no-crate-level-doc-lint.stderr
1 error: no documentation found for this crate's top-level module
2    |
3 note: the lint level is defined here
4   --> $DIR/no-crate-level-doc-lint.rs:1:9
5    |
6 LL | #![deny(missing_crate_level_docs)]
7    |         ^^^^^^^^^^^^^^^^^^^^^^^^
8    = help: The following guide may be of use:
9            https://doc.rust-lang.org/nightly/rustdoc/how-to-write-documentation.html
10
11 error: aborting due to previous error
12