]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/synthetic_auto/nested.rs
Rollup merge of #84516 - torhovland:issue-84114, r=estebank
[rust.git] / src / test / rustdoc / synthetic_auto / nested.rs
index e710ce1c2ed95eb1c49a21da5a81d28ecabc9998..d4d93a87ffc9b891c22981e069fc98138e029c05 100644 (file)
@@ -9,10 +9,10 @@ unsafe impl<T> Send for Inner<T>
 }
 
 // @has nested/struct.Foo.html
-// @has - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]//code' 'impl<T> Send for \
+// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//code' 'impl<T> Send for \
 // Foo<T> where T: Copy'
 //
-// @has - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]//code' \
+// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//code' \
 // 'impl<T> Sync for Foo<T> where T: Sync'
 pub struct Foo<T> {
     inner_field: Inner<T>,