Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
negative_impls.rs
blob: 949a3906cdc4153ad4acb798fdcf02c0d62b09e0 [
file
] [
log
] [
blame
]
#![
feature
(
negative_impls
)]
trait
ExampleTrait
{}
impl
!
ExampleTrait
for
i32
{}
fn
main
()
{}