rust/tests/ui/issues/issue-10656.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
335 B
Plaintext
Raw Normal View History

2020-03-22 14:37:51 -05:00
error: missing documentation for the crate
2018-12-25 09:56:47 -06:00
--> $DIR/issue-10656.rs:1:1
2018-07-15 16:11:54 -05:00
|
LL | / #![deny(missing_docs)]
LL | | #![crate_type="lib"]
| |____________________^
|
2020-01-22 17:57:38 -06:00
note: the lint level is defined here
2018-12-25 09:56:47 -06:00
--> $DIR/issue-10656.rs:1:9
2018-07-15 16:11:54 -05:00
|
LL | #![deny(missing_docs)]
| ^^^^^^^^^^^^
error: aborting due to previous error