We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac538e commit cd042c0Copy full SHA for cd042c0
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: aa642b3486d2ac7ff50b31e2d0e9640e4723847d
+refs/heads/master: 59775bb955e7fdb7d1f9cddd27ab64e3676f8e51
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 210f0dcf007104240b2e286ed0b80cb4a61d7bae
5
refs/heads/try: 957472483d3a2f43c0e4f7c2056280a1022af93c
trunk/src/test/run-pass/syntax-trait-polarity.rs
@@ -19,13 +19,11 @@ impl TestType {}
19
trait TestTrait {}
20
21
impl !Send for TestType {}
22
-impl !TestTrait for TestType {}
23
24
struct TestType2<T>;
25
26
impl<T> TestType2<T> {}
27
28
impl<T> !Send for TestType2<T> {}
29
-impl<T> !TestTrait for TestType2<T> {}
30
31
fn main() {}
0 commit comments