about summary refs log tree commit diff
path: root/tests/rustdoc-ui/intra-doc/weird-syntax.rs
diff options
context:
space:
mode:
authorbinarycat <binarycat@envs.net>2024-11-08 13:59:56 -0600
committerbinarycat <binarycat@envs.net>2025-07-24 11:17:13 -0500
commit87d7d80cec060690c9055fa93cb29dfe5eb79ce9 (patch)
tree3d2798367f224cdac61b22090eb5723ea25e3bd1 /tests/rustdoc-ui/intra-doc/weird-syntax.rs
parent5ae2d42a8c80807c7e3ae7e8aff165fb4d8e046f (diff)
downloadrust-87d7d80cec060690c9055fa93cb29dfe5eb79ce9.tar.gz
rust-87d7d80cec060690c9055fa93cb29dfe5eb79ce9.zip
adjust more unit tests to reflect more aggressive intra-doc linting
Diffstat (limited to 'tests/rustdoc-ui/intra-doc/weird-syntax.rs')
-rw-r--r--tests/rustdoc-ui/intra-doc/weird-syntax.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-ui/intra-doc/weird-syntax.rs b/tests/rustdoc-ui/intra-doc/weird-syntax.rs
index d2a922b2b62..1c5977b1bc3 100644
--- a/tests/rustdoc-ui/intra-doc/weird-syntax.rs
+++ b/tests/rustdoc-ui/intra-doc/weird-syntax.rs
@@ -65,7 +65,7 @@ pub struct XLinkToCloneWithStartSpace;
 /// [x][struct@Clone ] //~ERROR link
 pub struct XLinkToCloneWithEndSpace;
 
-/// [x][Clone\(\)] not URL-shaped enough
+/// [x][Clone\(\)] //~ERROR link
 pub struct XLinkToCloneWithEscapedParens;
 
 /// [x][`Clone`] not URL-shaped enough