rust/tests/rustdoc-ui/private-item-doc-test.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
431 B
Plaintext
Raw Normal View History

2019-11-24 18:42:22 -08:00
error: documentation test in private item
2018-12-25 08:56:47 -07:00
--> $DIR/private-item-doc-test.rs:4:5
2018-10-26 00:55:12 +02:00
|
LL | / /// private doc test
LL | | ///
LL | | /// ```
LL | | /// assert!(false);
LL | | /// ```
| |___________^
|
2020-01-22 23:57:38 +00:00
note: the lint level is defined here
2018-12-25 08:56:47 -07:00
--> $DIR/private-item-doc-test.rs:1:9
2018-10-26 00:55:12 +02:00
|
LL | #![deny(rustdoc::private_doc_tests)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-10-26 00:55:12 +02:00
error: aborting due to previous error