]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/synthetic_auto/basic.rs
Auto merge of #84471 - jyn514:linkcheck-llvm, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc / synthetic_auto / basic.rs
index 38de5316b6cf55276451f87e2b852081ace7f1d5..0dd3a3f7a86c5884e5586d6364b727f6702b6698 100644 (file)
@@ -1,8 +1,8 @@
 // @has basic/struct.Foo.html
 // @has - '//code' 'impl<T> Send for Foo<T> where T: Send'
 // @has - '//code' 'impl<T> Sync for Foo<T> where T: Sync'
-// @count - '//*[@id="implementations-list"]/*[@class="impl"]' 0
-// @count - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]' 5
+// @count - '//*[@id="implementations-list"]//*[@class="impl"]' 0
+// @count - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]' 5
 pub struct Foo<T> {
     field: T,
 }