2018-10-09 16:46:29 +02:00
|
|
|
error: Missing code example in this documentation
|
2019-05-17 13:39:20 +02:00
|
|
|
--> $DIR/doc-without-codeblock.rs:1:1
|
|
|
|
|
|
|
|
|
LL | / #![deny(missing_doc_code_examples)]
|
|
|
|
LL | |
|
|
|
|
LL | | /// Some docs.
|
|
|
|
LL | |
|
|
|
|
... |
|
|
|
|
LL | | pub fn bar() {}
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
2018-10-09 16:46:29 +02:00
|
|
|
|
|
|
|
|
note: lint level defined here
|
2019-05-17 13:39:20 +02:00
|
|
|
--> $DIR/doc-without-codeblock.rs:1:9
|
2018-10-09 16:46:29 +02:00
|
|
|
|
|
|
|
|
LL | #![deny(missing_doc_code_examples)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: Missing code example in this documentation
|
2019-05-17 13:39:20 +02:00
|
|
|
--> $DIR/doc-without-codeblock.rs:3:1
|
2018-10-09 16:46:29 +02:00
|
|
|
|
|
|
|
|
LL | /// Some docs.
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: Missing code example in this documentation
|
2019-05-17 13:39:20 +02:00
|
|
|
--> $DIR/doc-without-codeblock.rs:7:1
|
2018-10-09 16:46:29 +02:00
|
|
|
|
|
|
|
|
LL | /// And then, the princess died.
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: Missing code example in this documentation
|
2019-05-17 13:39:20 +02:00
|
|
|
--> $DIR/doc-without-codeblock.rs:10:5
|
2018-10-09 16:46:29 +02:00
|
|
|
|
|
|
|
|
LL | /// Or maybe not because she saved herself!
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2018-12-08 20:30:23 +01:00
|
|
|
error: aborting due to 4 previous errors
|
|
|
|
|