summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-10656.stderr
blob: 2e4365f1ed76b21c6ea64e8529a98c0873d76bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: missing documentation for the crate
  --> $DIR/issue-10656.rs:1:1
   |
LL | / #![deny(missing_docs)]
LL | | #![crate_type="lib"]
   | |____________________^
   |
note: the lint level is defined here
  --> $DIR/issue-10656.rs:1:9
   |
LL | #![deny(missing_docs)]
   |         ^^^^^^^^^^^^

error: aborting due to previous error