rust/src/test/rustdoc-ui/doc-without-codeblock.stderr

27 lines
725 B
Plaintext
Raw Normal View History

2018-10-09 09:46:29 -05:00
error: Missing code example in this documentation
|
note: lint level defined here
2018-11-30 09:20:07 -06:00
--> $DIR/doc-without-codeblock.rs:12:9
2018-10-09 09:46:29 -05:00
|
LL | #![deny(missing_doc_code_examples)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: Missing code example in this documentation
2018-11-30 09:20:07 -06:00
--> $DIR/doc-without-codeblock.rs:14:1
2018-10-09 09:46:29 -05:00
|
LL | /// Some docs.
| ^^^^^^^^^^^^^^
error: Missing code example in this documentation
2018-11-30 09:20:07 -06:00
--> $DIR/doc-without-codeblock.rs:18:1
2018-10-09 09:46:29 -05:00
|
LL | /// And then, the princess died.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Missing code example in this documentation
2018-11-30 09:20:07 -06:00
--> $DIR/doc-without-codeblock.rs:21:5
2018-10-09 09:46:29 -05:00
|
LL | /// Or maybe not because she saved herself!
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^