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 922e4b7 commit 9d9b920Copy full SHA for 9d9b920
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 943fcf6cdfd6623895056a3c322983b7dfa5bf09
+refs/heads/master: ac79f6100b5620a744e6b883c646e1a43f0300a3
trunk/src/libcore/tuple.rs
@@ -2,7 +2,6 @@
Module: tuple
3
*/
4
5
-// FIXME #1546: Would rather write fst<T, U>(+pair: (T, U)) -> T
6
fn first<T:copy, U:copy>(pair: (T, U)) -> T {
7
let (t, _) = pair;
8
ret t;
0 commit comments