diff options
Diffstat (limited to 'tests/ui/coherence/coherence-negative-impls-safe-rpass.rs')
-rw-r--r-- | tests/ui/coherence/coherence-negative-impls-safe-rpass.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/coherence/coherence-negative-impls-safe-rpass.rs b/tests/ui/coherence/coherence-negative-impls-safe-rpass.rs index b87e162ac..d5306d59e 100644 --- a/tests/ui/coherence/coherence-negative-impls-safe-rpass.rs +++ b/tests/ui/coherence/coherence-negative-impls-safe-rpass.rs @@ -4,8 +4,6 @@ #![feature(negative_impls)] -use std::marker::Send; - struct TestType; impl !Send for TestType {} |