blob: a564006e74f4817259412c737691e90bc3492e5f [file] [log] [blame]
error: missing documentation for 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 previous error