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 321b7c6 commit f5b0014Copy full SHA for f5b0014
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 603d820b85ef6fa62721c931ec9a6010fbda9115
+refs/heads/master: ff15a93d952f0456c8e88d320bb1be27b7801443
trunk/src/test/run-pass/generic-tag-alt.rs
@@ -2,7 +2,7 @@ tag foo[T] {
arm(T);
3
}
4
5
-fn altfoo[T](foo[T] f) {
+fn altfoo[T](&foo[T] f) {
6
auto hit = false;
7
alt (f) {
8
case (arm[T](?x)) {
0 commit comments