//@ has basic/struct.Foo.html
//@ has - '//h3[@class="code-header"]' 'impl Send for Foowhere T: Send'
//@ has - '//h3[@class="code-header"]' 'impl Sync for Foowhere T: Sync'
//@ count - '//*[@id="implementations-list"]//*[@class="impl"]' 0
//@ count - '//*[@id="synthetic-implementations-list"]//*[@class="impl"]' 6
pub struct Foo {
field: T,
}