]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/private-item-doc-test.stderr
Modify primary span label for E0308
[rust.git] / tests / rustdoc-ui / private-item-doc-test.stderr
1 error: documentation test in private item
2   --> $DIR/private-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-item-doc-test.rs:1:9
13    |
14 LL | #![deny(rustdoc::private_doc_tests)]
15    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
16
17 error: aborting due to previous error
18