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 a5f134e commit b3b3adaCopy full SHA for b3b3ada
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: feb014eb3c3aa1ccaae1df407801dffa090499fd
+refs/heads/master: b4d879a2ef67230813bc6e361787731ca8ecdb04
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
trunk/src/rustc/middle/ty.rs
@@ -3780,7 +3780,6 @@ impl FnSig : cmp::Eq {
3780
self.output == other.output
3781
}
3782
pure fn ne(&&other: FnSig) -> bool { !self.eq(other) }
3783
-
3784
3785
3786
impl<M: cmp::Eq> FnTyBase<M> : cmp::Eq {
0 commit comments