blob: 22f0d912c8f885fe9146bbe9a71dfd84a608f659 [file] [log] [blame] [edit]
#![feature(rustc_attrs)]
#[rustc_has_incoherent_inherent_impls]
pub struct StructWithAttr;
pub struct StructNoAttr;
#[rustc_has_incoherent_inherent_impls]
pub enum EnumWithAttr {}
pub enum EnumNoAttr {}