We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7ecce commit 895674bCopy full SHA for 895674b
src/test/run-pass/unique-generic-assign.rs
@@ -0,0 +1,6 @@
1
+// Issue #976
2
+
3
+fn f<@T>(x: ~T) {
4
+ let _x2 = x;
5
+}
6
+fn main() { }
0 commit comments