2018-10-09 16:46:29 +02:00
|
|
|
error: Missing code example in this documentation
|
|
|
|
|
|
|
|
|
note: lint level defined here
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/doc-without-codeblock.rs:3:9
|
2018-10-09 16:46:29 +02:00
|
|
|
|
|
|
|
|
LL | #![deny(missing_doc_code_examples)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: Missing code example in this documentation
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/doc-without-codeblock.rs:5:1
|
2018-10-09 16:46:29 +02:00
|
|
|
|
|
|
|
|
LL | /// Some docs.
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: Missing code example in this documentation
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/doc-without-codeblock.rs:9:1
|
2018-10-09 16:46:29 +02:00
|
|
|
|
|
|
|
|
LL | /// And then, the princess died.
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: Missing code example in this documentation
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/doc-without-codeblock.rs:12:5
|
2018-10-09 16:46:29 +02:00
|
|
|
|
|
|
|
|
LL | /// Or maybe not because she saved herself!
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|