mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
15 lines
337 B
Text
15 lines
337 B
Text
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 1 previous error
|
|
|