summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/unescaped_backticks.stderr
diff options
context:
space:
mode:
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