]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/synthetic_auto/negative.rs
Rollup merge of #84460 - jyn514:doctree-is-crate, r=camelid
[rust.git] / src / test / rustdoc / synthetic_auto / negative.rs
index 30713849da221fd6bcf278778cbff88aa19d2658..53801542c95205c13dc3bfb5304964329a93ec37 100644 (file)
@@ -3,10 +3,10 @@ pub struct Inner<T: Copy> {
 }
 
 // @has negative/struct.Outer.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 \
 // Outer<T>"
 //
-// @has - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]//code' "impl<T> \
+// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//code' "impl<T> \
 // !Sync for Outer<T>"
 pub struct Outer<T: Copy> {
     inner_field: Inner<T>,