]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/coverage/allow_missing_docs.stderr
Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station, r=josht...
[rust.git] / src / test / rustdoc-ui / coverage / allow_missing_docs.stderr
1 warning: missing documentation for a struct
2   --> $DIR/allow_missing_docs.rs:36:5
3    |
4 LL |     pub struct Bar {
5    |     ^^^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/allow_missing_docs.rs:35:12
9    |
10 LL |     #[warn(missing_docs)]
11    |            ^^^^^^^^^^^^
12
13 warning: missing documentation for a struct field
14   --> $DIR/allow_missing_docs.rs:37:9
15    |
16 LL |         pub f: u32,
17    |         ^^^^^^^^^^
18
19 warning: 2 warnings emitted
20