]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/synthetic_auto/no-redundancy.rs
Auto merge of #79608 - alessandrod:bpf, r=nagisa
[rust.git] / src / test / rustdoc / synthetic_auto / no-redundancy.rs
index 3a23dc2cf9576c295ce5ee7ab886b621821feef7..5c744e3eb3c9423a98672c61acfd16ec393e827b 100644 (file)
@@ -9,8 +9,8 @@ unsafe impl<T> Send for Inner<T>
 }
 
 // @has no_redundancy/struct.Outer.html
-// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//code' "impl<T> Send for \
-// Outer<T> where T: Copy + Send"
+// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl has-srclink"]//code' \
+// "impl<T> Send for Outer<T> where T: Copy + Send"
 pub struct Outer<T> {
     inner_field: Inner<T>,
 }