2021-08-06 00:09:25 -05:00
|
|
|
error: missing documentation for a macro
|
2019-01-12 20:25:00 -06:00
|
|
|
--> $DIR/deny-missing-docs-macro.rs:6:1
|
2018-12-01 07:46:25 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | macro_rules! foo {
|
2018-12-01 07:46:25 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2020-01-22 17:57:38 -06:00
|
|
|
note: the lint level is defined here
|
2019-01-12 20:25:00 -06:00
|
|
|
--> $DIR/deny-missing-docs-macro.rs:3:9
|
2018-12-01 07:46:25 -06:00
|
|
|
|
|
|
|
|
LL | #![deny(missing_docs)]
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 10:44:51 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-12-01 07:46:25 -06:00
|
|
|
|