]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/deny-missing-docs-macro.stderr
Rollup merge of #69044 - jonas-schievink:dont-run-coherence-twice, r=davidtwco
[rust.git] / src / test / rustdoc-ui / deny-missing-docs-macro.stderr
index b87e60d8269ea24202cc45068226c8b603e3caa5..a564006e74f4817259412c737691e90bc3492e5f 100644 (file)
@@ -1,14 +1,14 @@
 error: missing documentation for macro
   --> $DIR/deny-missing-docs-macro.rs:6:1
    |
-LL | macro_rules! foo { //~ ERROR
+LL | macro_rules! foo {
    | ^^^^^^^^^^^^^^^^
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/deny-missing-docs-macro.rs:3:9
    |
 LL | #![deny(missing_docs)]
    |         ^^^^^^^^^^^^
 
-error: Compilation failed, aborting rustdoc
+error: aborting due to previous error