blob: 686a45030e6ca113add5eac27b94b8bc0b7c6e57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: missing documentation for macro
--> $DIR/deny-missing-docs-macro.rs:16:1
|
LL | macro_rules! foo { //~ ERROR
| ^^^^^^^^^^^^^^^^
|
note: lint level defined here
--> $DIR/deny-missing-docs-macro.rs:13:9
|
LL | #![deny(missing_docs)]
| ^^^^^^^^^^^^
error: Compilation failed, aborting rustdoc
|