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 11a302b commit c2c6d13Copy full SHA for c2c6d13
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 7cd762a9672e7d260025c2e93a74a45cd61bd291
+refs/heads/master: cb852239033baf4f44ab448f27127d6ab906c7c0
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 210f0dcf007104240b2e286ed0b80cb4a61d7bae
5
refs/heads/try: 957472483d3a2f43c0e4f7c2056280a1022af93c
trunk/src/test/pretty/trait-polarity.rs
@@ -12,12 +12,8 @@
12
13
// pp-exact
14
15
-trait UnsafeTrait {
16
- fn foo(&self);
17
-}
+struct Test;
18
19
-impl !UnsafeTrait for int {
20
- fn foo(&self) { }
21
+impl !Send for Test { }
22
23
pub fn main() { }
0 commit comments