Sign in
rust
/
rust
/
dc0ec741a8a06b0c3bb5596fbb00a4e29fad3877
/
.
/
tests
/
ui
/
traits
/
negative-impls
/
feature-gate-negative_impls.rs
blob: 1b3c5abe109180668ac2531e987bc7b5024e67a4 [
file
]
trait
MyTrait
{}
impl
!
MyTrait
for
u32
{}
//~ ERROR negative impls are experimental
fn
main
()
{}