]> git.proxmox.com Git - rustc.git/blobdiff - src/test/rustdoc/synthetic_auto/nested.rs
Update unsuspicious file list
[rustc.git] / src / test / rustdoc / synthetic_auto / nested.rs
index d4d93a87ffc9b891c22981e069fc98138e029c05..423bf115ab165c735a52d857921518db5a7a898d 100644 (file)
@@ -9,11 +9,11 @@ where
 }
 
 // @has nested/struct.Foo.html
-// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//code' 'impl<T> Send for \
-// Foo<T> where T: Copy'
+// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl has-srclink"]//h3[@class="code-header"]' \
+// 'impl<T> Send for Foo<T>where T: Copy'
 //
-// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//code' \
-// 'impl<T> Sync for Foo<T> where T: Sync'
+// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl has-srclink"]//h3[@class="code-header"]' \
+// 'impl<T> Sync for Foo<T>where T: Sync'
 pub struct Foo<T> {
     inner_field: Inner<T>,
 }