]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/deny-missing-docs-macro.stderr
Rollup merge of #100105 - TaKO8Ki:add-regression-test-for-90871, r=compiler-errors
[rust.git] / src / test / rustdoc-ui / deny-missing-docs-macro.stderr
1 error: missing documentation for a macro
2   --> $DIR/deny-missing-docs-macro.rs:6:1
3    |
4 LL | macro_rules! foo {
5    | ^^^^^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/deny-missing-docs-macro.rs:3:9
9    |
10 LL | #![deny(missing_docs)]
11    |         ^^^^^^^^^^^^
12
13 error: aborting due to previous error
14