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 19:37:51 +00:00
error: missing documentation for the crate
2018-12-25 15:56:47 +00:00
--> $DIR/issue-10656.rs:1:1
2018-07-15 21:11:54 +00:00
|
LL | / #![deny(missing_docs)]
LL | | #![crate_type="lib"]
| |____________________^
|
2020-01-22 23:57:38 +00:00
note: the lint level is defined here
2018-12-25 15:56:47 +00:00
--> $DIR/issue-10656.rs:1:9
2018-07-15 21:11:54 +00:00
|
LL | #![deny(missing_docs)]
| ^^^^^^^^^^^^
error: aborting due to previous error