Sign in
rust
/
rust
/
b032fac34e5be72aa02748eadd4e8d8917a7e758
/
.
/
tests
/
ui
/
traits
/
negative-impls
/
feature-gate-negative_impls.rs
blob: 8d3f6ff6d78c70483426c31a3c1e0dd84f899969 [
file
]
trait
MyTrait
{}
impl
!
MyTrait
for
u32
{}
//~ ERROR negative trait bounds are not fully implemented
fn
main
()
{}