Skip to content

Commit d87b71d

Browse files
committed
fix latest changes fallout
1 parent af746f5 commit d87b71d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/run-pass/syntax-trait-polarity.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ impl TestType {}
1919
trait TestTrait {}
2020

2121
impl !Send for TestType {}
22-
impl !TestTrait for TestType {}
2322

2423
struct TestType2<T>;
2524

2625
impl<T> TestType2<T> {}
2726

2827
impl<T> !Send for TestType2<T> {}
29-
impl<T> !TestTrait for TestType2<T> {}
3028

3129
fn main() {}

0 commit comments

Comments
 (0)