mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 19:47:38 +00:00
27 lines
725 B
Plaintext
27 lines
725 B
Plaintext
![]() |
error: Missing code example in this documentation
|
||
|
|
|
||
|
note: lint level defined here
|
||
|
--> $DIR/doc-without-codeblock.rs:11:9
|
||
|
|
|
||
|
LL | #![deny(missing_doc_code_examples)]
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Missing code example in this documentation
|
||
|
--> $DIR/doc-without-codeblock.rs:13:1
|
||
|
|
|
||
|
LL | /// Some docs.
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Missing code example in this documentation
|
||
|
--> $DIR/doc-without-codeblock.rs:16:1
|
||
|
|
|
||
|
LL | /// And then, the princess died.
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: Missing code example in this documentation
|
||
|
--> $DIR/doc-without-codeblock.rs:18:5
|
||
|
|
|
||
|
LL | /// Or maybe not because she saved herself!
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|