]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/private-public-item-doc-test.stderr
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / rustdoc-ui / private-public-item-doc-test.stderr
1 error: documentation test in private item
2   --> $DIR/private-public-item-doc-test.rs:4:5
3    |
4 LL | /     /// private doc test
5 LL | |     ///
6 LL | |     /// ```
7 LL | |     /// assert!(false);
8 LL | |     /// ```
9    | |___________^
10    |
11 note: the lint level is defined here
12   --> $DIR/private-public-item-doc-test.rs:1:9
13    |
14 LL | #![deny(rustdoc::private_doc_tests)]
15    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
16
17 error: aborting due to previous error
18