blob: ed01f63f998b96f4113a916ea71be12c1146172a [file] [log] [blame]
#![feature(auto_traits)]
pub auto trait Banana {}
// @has crate_local/struct.Peach.html
// @has - '//h3[@class="code-header"]' 'impl Banana for Peach'
// @has - '//h3[@class="code-header"]' 'impl Send for Peach'
// @has - '//h3[@class="code-header"]' 'impl Sync for Peach'
pub struct Peach;