summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/no-crate-level-doc-lint.stderr
blob: 1a1f8085a1b467b082b6f0963c48b8c6bc010f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error: no documentation found for this crate's top-level module
   |
note: the lint level is defined here
  --> $DIR/no-crate-level-doc-lint.rs:3:9
   |
LL | #![deny(rustdoc::missing_crate_level_docs)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   = help: The following guide may be of use:
           https://doc.rust-lang.org/$CHANNEL/rustdoc/how-to-write-documentation.html

error: aborting due to previous error