X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustdoc%2Fsynthetic_auto%2Fnegative.rs;h=16b36b56b68076058d7df5eb04f9df9531ac2d43;hb=cc77ba46fcb2d288aa01554b48cd586c5827c3dd;hp=53801542c95205c13dc3bfb5304964329a93ec37;hpb=ad3389a6dfa5c239df8db7e55e4a341bdd6d5f66;p=rust.git diff --git a/src/test/rustdoc/synthetic_auto/negative.rs b/src/test/rustdoc/synthetic_auto/negative.rs index 53801542c95..16b36b56b68 100644 --- a/src/test/rustdoc/synthetic_auto/negative.rs +++ b/src/test/rustdoc/synthetic_auto/negative.rs @@ -3,11 +3,11 @@ pub struct Inner { } // @has negative/struct.Outer.html -// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//code' "impl !Send for \ -// Outer" +// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl has-srclink"]//code' \ +// "impl !Send for Outer" // -// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]//code' "impl \ -// !Sync for Outer" +// @has - '//*[@id="synthetic-implementations-list"]//*[@class="impl has-srclink"]//code' \ +// "impl !Sync for Outer" pub struct Outer { inner_field: Inner, }