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 44f566f commit 0295240Copy full SHA for 0295240
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 1086a2b7d1246770c2b0330a005e6ee828f22bd8
+refs/heads/master: 99106e4029860b3937bf82db5fb3e3dcd651243c
trunk/src/test/run-pass/box-unbox.rs
@@ -1,6 +1,6 @@
type box[T] = tup(@T);
3
-fn unbox[T](box[T] b) -> T { ret *b._0; }
+fn unbox[T](&box[T] b) -> T { ret *b._0; }
4
5
fn main() {
6
let int foo = 17;
0 commit comments