summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/auxiliary/incoherent-impl-types.rs
blob: fc51e42e5004d80cbd12f486b84302c6b711bbb7 (plain)
1
2
3
4
5
6
7
#![feature(rustc_attrs)]

#[rustc_has_incoherent_inherent_impls]
pub trait FooTrait {}

#[rustc_has_incoherent_inherent_impls]
pub struct FooStruct;