summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/unescaped_backticks.stderr
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-19 09:26:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-19 09:26:03 +0000
commit9918693037dce8aa4bb6f08741b6812923486c18 (patch)
tree21d2b40bec7e6a7ea664acee056eb3d08e15a1cf /tests/rustdoc-ui/unescaped_backticks.stderr
parentReleasing progress-linux version 1.75.0+dfsg1-5~progress7.99u1. (diff)
downloadrustc-9918693037dce8aa4bb6f08741b6812923486c18.tar.xz
rustc-9918693037dce8aa4bb6f08741b6812923486c18.zip
Merging upstream version 1.76.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/rustdoc-ui/unescaped_backticks.stderr')
-rw-r--r--tests/rustdoc-ui/unescaped_backticks.stderr14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/rustdoc-ui/unescaped_backticks.stderr b/tests/rustdoc-ui/unescaped_backticks.stderr
index 2b4e491b1..bd21dcb6e 100644
--- a/tests/rustdoc-ui/unescaped_backticks.stderr
+++ b/tests/rustdoc-ui/unescaped_backticks.stderr
@@ -64,19 +64,19 @@ LL | /// `cfg=... and not `#[cfg_attr]\`
| +
error: unescaped backtick
- --> $DIR/unescaped_backticks.rs:193:91
+ --> $DIR/unescaped_backticks.rs:193:93
|
-LL | /// Constructs a `TyKind::Error` type and registers a `delay_span_bug` with the given `msg to
- | ^
+LL | /// Constructs a `TyKind::Error` type and registers a `span_delayed_bug` with the given `msg to
+ | ^
|
help: the closing backtick of an inline code may be missing
|
-LL | /// Constructs a `TyKind::Error` type and registers a `delay_span_bug` with the given `msg` to
- | +
+LL | /// Constructs a `TyKind::Error` type and registers a `span_delayed_bug` with the given `msg` to
+ | +
help: if you meant to use a literal backtick, escape it
|
-LL | /// Constructs a `TyKind::Error` type and registers a `delay_span_bug` with the given \`msg to
- | +
+LL | /// Constructs a `TyKind::Error` type and registers a `span_delayed_bug` with the given \`msg to
+ | +
error: unescaped backtick
--> $DIR/unescaped_backticks.rs:202:34