summaryrefslogtreecommitdiffstats
path: root/src/test/ui/incoherent-inherent-impls/auxiliary/extern-crate.rs
blob: 22f0d912c8f885fe9146bbe9a71dfd84a608f659 (plain)
1
2
3
4
5
6
7
8
9
#![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 {}