diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-02-23 11:53:25 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-02-29 13:55:11 +0000 |
| commit | f030d49536cf821a062ecc48497e027f7dbf2767 (patch) | |
| tree | 9e2875fd973120400bba1d376595600fb20b0840 /tests/rustdoc/synthetic_auto | |
| parent | 71a7b66f20c551f640f2f382bc7e7923ba0a5dab (diff) | |
| download | rust-f030d49536cf821a062ecc48497e027f7dbf2767.tar.gz rust-f030d49536cf821a062ecc48497e027f7dbf2767.zip | |
Expose `Freeze` trait again
Diffstat (limited to 'tests/rustdoc/synthetic_auto')
| -rw-r--r-- | tests/rustdoc/synthetic_auto/basic.rs | 2 | ||||
| -rw-r--r-- | tests/rustdoc/synthetic_auto/manual.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/synthetic_auto/basic.rs b/tests/rustdoc/synthetic_auto/basic.rs index 043ac241488..16b8cce490c 100644 --- a/tests/rustdoc/synthetic_auto/basic.rs +++ b/tests/rustdoc/synthetic_auto/basic.rs @@ -2,7 +2,7 @@ // @has - '//h3[@class="code-header"]' 'impl<T> Send for Foo<T>where T: Send' // @has - '//h3[@class="code-header"]' 'impl<T> Sync for Foo<T>where T: Sync' // @count - '//*[@id="implementations-list"]//*[@class="impl"]' 0 -// @count - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]' 5 +// @count - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]' 6 pub struct Foo<T> { field: T, } diff --git a/tests/rustdoc/synthetic_auto/manual.rs b/tests/rustdoc/synthetic_auto/manual.rs index 7fc8447df3e..692d68294a7 100644 --- a/tests/rustdoc/synthetic_auto/manual.rs +++ b/tests/rustdoc/synthetic_auto/manual.rs @@ -6,7 +6,7 @@ // 'impl<T> Send for Foo<T>' // // @count - '//*[@id="trait-implementations-list"]//*[@class="impl"]' 1 -// @count - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]' 4 +// @count - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]' 5 pub struct Foo<T> { field: T, } |
