Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
traits
/
negative-impls
/
feature-gate-negative_impls.rs
blob: 683fd6db6f29d58a5e527310c42585097ff9ff50 [
file
] [
log
] [
blame
] [
edit
]
trait
MyTrait
{}
impl
!
MyTrait
for
u32
{}
//~ ERROR negative trait bounds are not yet fully implemented
fn
main
()
{}