diff options
Diffstat (limited to 'src/test/rustdoc-ui/intra-doc/through-proc-macro.stderr')
-rw-r--r-- | src/test/rustdoc-ui/intra-doc/through-proc-macro.stderr | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/rustdoc-ui/intra-doc/through-proc-macro.stderr b/src/test/rustdoc-ui/intra-doc/through-proc-macro.stderr deleted file mode 100644 index 508d0683d..000000000 --- a/src/test/rustdoc-ui/intra-doc/through-proc-macro.stderr +++ /dev/null @@ -1,15 +0,0 @@ -warning: unresolved link to `Oooops` - --> $DIR/through-proc-macro.rs:13:10 - | -LL | /// [Oooops] - | ^^^^^^ no item named `Oooops` in scope - | - = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` -note: the lint level is defined here - --> $DIR/through-proc-macro.rs:7:9 - | -LL | #![warn(rustdoc::broken_intra_doc_links)] - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -warning: 1 warning emitted - |