Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
traits
/
negative-impls
/
auxiliary
/
foreign_trait.rs
blob: 0e17f089048f72b23cd4c75e2c24fe6b1426f5a9 [
file
] [
log
] [
blame
]
#![
feature
(
negative_impls
)]
#![
feature
(
with_negative_coherence
)]
pub
trait
ForeignTrait
{}
impl
ForeignTrait
for
u32
{}
impl
!
ForeignTrait
for
String
{}