about summary refs log tree commit diff
path: root/tests/ui/lint/lint-missing-doc-crate.stderr
blob: 8efd3a17263fec4d79121edb81471155cf0d78ac (plain)
1
2
3
4
5
6
7
8
9
10
error: missing documentation for the crate
  --> $DIR/lint-missing-doc-crate.rs:4:47
   |
LL |
   |                                              ^
   |
   = note: requested on the command line with `-D missing-docs`

error: aborting due to 1 previous error