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
|
|
|
|
|
2020-12-29 23:16:16 -05:00
|
|
|
LL | #![deny(rustdoc::private_doc_tests)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-10-26 00:55:12 +02:00
|
|
|
|
2018-12-08 20:30:23 +01:00
|
|
|
error: aborting due to previous error
|
|
|
|
|