]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/synthetic_auto/basic.rs
rustdoc: generate implementors for all auto traits
[rust.git] / src / test / rustdoc / synthetic_auto / basic.rs
index d5f1269d08a4c9d73f17b1a2b9572ef13064d725..38de5316b6cf55276451f87e2b852081ace7f1d5 100644 (file)
@@ -2,7 +2,7 @@
 // @has - '//code' 'impl<T> Send for Foo<T> where T: Send'
 // @has - '//code' 'impl<T> Sync for Foo<T> where T: Sync'
 // @count - '//*[@id="implementations-list"]/*[@class="impl"]' 0
-// @count - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]' 2
+// @count - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]' 5
 pub struct Foo<T> {
     field: T,
 }