about summary refs log tree commit diff
path: root/src/test/rustdoc/version-separator-without-source.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-08-26 13:05:57 +0000
committerbors <bors@rust-lang.org>2022-08-26 13:05:57 +0000
commit42fa8ac7236f4f78a82aeea543bdd445a59f02e0 (patch)
tree189b78de701b449ef471283a77352ca27b9d11de /src/test/rustdoc/version-separator-without-source.rs
parent8a13871b69924b74cfa1d737f2894068b37ea7ea (diff)
parentc391ba0b108fffb162beb4f7047d4a88a9161fe5 (diff)
downloadrust-42fa8ac7236f4f78a82aeea543bdd445a59f02e0.tar.gz
rust-42fa8ac7236f4f78a82aeea543bdd445a59f02e0.zip
Auto merge of #101037 - GuillaumeGomez:rollup-opn6kj1, r=GuillaumeGomez
Rollup of 8 pull requests

Successful merges:

 - #95005 (BTree: evaluate static type-related check at compile time)
 - #99742 (Add comments about stdout locking)
 - #100128 (Document that `RawWakerVTable` functions must be thread-safe.)
 - #100956 (Reduce right-side DOM size)
 - #101006 (Fix doc cfg on reexports)
 - #101012 (rustdoc: remove unused CSS for `.variants_table`)
 - #101023 (rustdoc: remove `type="text/css"` from stylesheet links)
 - #101031 (Remove unused build dependency)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'src/test/rustdoc/version-separator-without-source.rs')
-rw-r--r--src/test/rustdoc/version-separator-without-source.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/version-separator-without-source.rs b/src/test/rustdoc/version-separator-without-source.rs
index ae866deba1e..04ea46a7f3a 100644
--- a/src/test/rustdoc/version-separator-without-source.rs
+++ b/src/test/rustdoc/version-separator-without-source.rs
@@ -16,7 +16,7 @@ pub fn foo() {}
 pub struct Bar;
 
 impl Bar {
-    // @has - '//*[@id="method.bar"]/*[@class="rightside"]' '2.0'
+    // @has - '//*[@id="method.bar"]/*[@class="since rightside"]' '2.0'
     // @!has - '//*[@id="method.bar"]/*[@class="rightside"]' '2.0 ยท'
     #[stable(feature = "foobar", since = "2.0")]
     pub fn bar() {}