]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-10656.stderr
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
[rust.git] / src / test / ui / issues / issue-10656.stderr
1 error: missing documentation for the crate
2   --> $DIR/issue-10656.rs:1:1
3    |
4 LL | / #![deny(missing_docs)]
5 LL | | #![crate_type="lib"]
6    | |____________________^
7    |
8 note: the lint level is defined here
9   --> $DIR/issue-10656.rs:1:9
10    |
11 LL | #![deny(missing_docs)]
12    |         ^^^^^^^^^^^^
13
14 error: aborting due to previous error
15