Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
incoherent-inherent-impls
/
auxiliary
/
extern-crate.rs
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
{}