]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/lint-missing-doc-code-example.stderr
Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=Cldfire
[rust.git] / src / test / rustdoc-ui / lint-missing-doc-code-example.stderr
1 error: missing code example in this documentation
2   --> $DIR/lint-missing-doc-code-example.rs:49:1
3    |
4 LL | /// Doc
5    | ^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/lint-missing-doc-code-example.rs:2:9
9    |
10 LL | #![deny(missing_doc_code_examples)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: missing code example in this documentation
14   --> $DIR/lint-missing-doc-code-example.rs:63:1
15    |
16 LL | /// Doc
17    | ^^^^^^^
18
19 error: missing code example in this documentation
20   --> $DIR/lint-missing-doc-code-example.rs:56:1
21    |
22 LL | /// Doc
23    | ^^^^^^^
24
25 error: missing code example in this documentation
26   --> $DIR/lint-missing-doc-code-example.rs:19:1
27    |
28 LL | / mod module1 {
29 LL | | }
30    | |_^
31
32 error: missing code example in this documentation
33   --> $DIR/lint-missing-doc-code-example.rs:37:3
34    |
35 LL |   /// doc
36    |   ^^^^^^^
37
38 error: aborting due to 5 previous errors
39