about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross/add-docs.rs
diff options
context:
space:
mode:
authorNoah Lev <camelidcamel@gmail.com>2022-08-10 13:10:04 -0700
committerNoah Lev <camelidcamel@gmail.com>2022-08-13 00:36:50 -0400
commit37eed1d1ff3f433b4d6af02e65f6550d10b568f8 (patch)
tree81d9ee9e47894217142e820665304bb67da0c03d /src/test/rustdoc/inline_cross/add-docs.rs
parent01408fc62762838b72dfb6ce090708d3e8303ed9 (diff)
downloadrust-37eed1d1ff3f433b4d6af02e65f6550d10b568f8.tar.gz
rust-37eed1d1ff3f433b4d6af02e65f6550d10b568f8.zip
Update tests: arity-2 `@{has,matches}` -> `...text`
Diffstat (limited to 'src/test/rustdoc/inline_cross/add-docs.rs')
-rw-r--r--src/test/rustdoc/inline_cross/add-docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/inline_cross/add-docs.rs b/src/test/rustdoc/inline_cross/add-docs.rs
index 8f0c4e5e641..83764835546 100644
--- a/src/test/rustdoc/inline_cross/add-docs.rs
+++ b/src/test/rustdoc/inline_cross/add-docs.rs
@@ -4,6 +4,6 @@ extern crate inner;
 
 
 // @has add_docs/struct.MyStruct.html
-// @has add_docs/struct.MyStruct.html "Doc comment from ‘pub use’, Doc comment from definition"
+// @hastext add_docs/struct.MyStruct.html "Doc comment from ‘pub use’, Doc comment from definition"
 /// Doc comment from 'pub use',
 pub use inner::MyStruct;