]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-ui/deny-missing-docs-crate.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / rustdoc-ui / deny-missing-docs-crate.stderr
CommitLineData
ba9703b0 1error: missing documentation for the crate
9fa01778 2 --> $DIR/deny-missing-docs-crate.rs:1:1
0731742a 3 |
532ac7d7 4LL | / #![deny(missing_docs)]
0731742a 5LL | |
532ac7d7 6LL | | pub struct Foo;
0731742a
XL
7 | |_______________^
8 |
74b04a01 9note: the lint level is defined here
9fa01778 10 --> $DIR/deny-missing-docs-crate.rs:1:9
0731742a 11 |
532ac7d7 12LL | #![deny(missing_docs)]
0731742a
XL
13 | ^^^^^^^^^^^^
14
15error: missing documentation for a struct
9fa01778 16 --> $DIR/deny-missing-docs-crate.rs:3:1
0731742a 17 |
532ac7d7 18LL | pub struct Foo;
0731742a
XL
19 | ^^^^^^^^^^^^^^^
20
532ac7d7 21error: aborting due to 2 previous errors
0731742a 22