Sign in
rust
/
rust
/
d7e8f9fc7af4aa4cd65140afaebe48dd1e90e708
/
.
/
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
()
{}