2018-12-01 14:46:25 +01:00
|
|
|
error: missing documentation for macro
|
2019-01-13 02:25:00 +00:00
|
|
|
--> $DIR/deny-missing-docs-macro.rs:6:1
|
2018-12-01 14:46:25 +01:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | macro_rules! foo {
|
2018-12-01 14:46:25 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: lint level defined here
|
2019-01-13 02:25:00 +00:00
|
|
|
--> $DIR/deny-missing-docs-macro.rs:3:9
|
2018-12-01 14:46:25 +01:00
|
|
|
|
|
|
|
|
LL | #![deny(missing_docs)]
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
2018-12-08 20:30:23 +01:00
|
|
|
error: aborting due to previous error
|
2018-12-01 14:46:25 +01:00
|
|
|
|