mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Test for issue #1899. It works now.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fn main()
|
||||
{
|
||||
let _b = [bind (fn~() {})()];
|
||||
}
|
||||
let _b = [bind (fn~() { })()];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user