summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/lints/deny-missing-docs-macro.stderr
blob: 24597f09db6759e18d39c2ab2f2a474b61162803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: missing documentation for a macro
  --> $DIR/deny-missing-docs-macro.rs:6:1
   |
LL | macro_rules! foo {
   | ^^^^^^^^^^^^^^^^
   |
note: the lint level is defined here
  --> $DIR/deny-missing-docs-macro.rs:3:9
   |
LL | #![deny(missing_docs)]
   |         ^^^^^^^^^^^^

error: aborting due to 1 previous error