]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/deny-missing-docs-macro.stderr
Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=GuillaumeGomez
[rust.git] / tests / 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