Test for issue #1899. It works now.

This commit is contained in:
Niko Matsakis
2012-04-19 20:54:23 -07:00
parent 171c89f4c5
commit bbfb83c2c5
+2 -2
View File
@@ -1,4 +1,4 @@
fn main()
{
let _b = [bind (fn~() {})()];
}
let _b = [bind (fn~() { })()];
}