summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/intra-doc/unknown-disambiguator.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-ui/intra-doc/unknown-disambiguator.stderr')
-rw-r--r--src/test/rustdoc-ui/intra-doc/unknown-disambiguator.stderr56
1 files changed, 0 insertions, 56 deletions
diff --git a/src/test/rustdoc-ui/intra-doc/unknown-disambiguator.stderr b/src/test/rustdoc-ui/intra-doc/unknown-disambiguator.stderr
deleted file mode 100644
index 19e541736..000000000
--- a/src/test/rustdoc-ui/intra-doc/unknown-disambiguator.stderr
+++ /dev/null
@@ -1,56 +0,0 @@
-error: unknown disambiguator `foo`
- --> $DIR/unknown-disambiguator.rs:4:17
- |
-LL | //! Linking to [foo@banana] and [`bar@banana!()`].
- | ^^^
- |
- = note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
-note: the lint level is defined here
- --> $DIR/unknown-disambiguator.rs:2:9
- |
-LL | #![deny(warnings)]
- | ^^^^^^^^
- = note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(warnings)]`
-
-error: unknown disambiguator `bar`
- --> $DIR/unknown-disambiguator.rs:4:35
- |
-LL | //! Linking to [foo@banana] and [`bar@banana!()`].
- | ^^^
- |
- = note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
-
-error: unknown disambiguator `foo`
- --> $DIR/unknown-disambiguator.rs:10:34
- |
-LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
- | ^^^
- |
- = note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
-
-error: unknown disambiguator `foo`
- --> $DIR/unknown-disambiguator.rs:10:48
- |
-LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
- | ^^^
- |
- = note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
-
-error: unknown disambiguator ``
- --> $DIR/unknown-disambiguator.rs:7:31
- |
-LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
- | ^
- |
- = note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
-
-error: unknown disambiguator ``
- --> $DIR/unknown-disambiguator.rs:7:57
- |
-LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
- | ^
- |
- = note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/write-documentation/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
-
-error: aborting due to 6 previous errors
-