rust/src/test/rustdoc-ui/deny-missing-docs-macro.stderr

15 lines
308 B
Text
Raw Normal View History

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