Test for issue #1899. It works now.
This commit is contained in:
parent
171c89f4c5
commit
bbfb83c2c5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
fn main()
|
||||
{
|
||||
let _b = [bind (fn~() {})()];
|
||||
}
|
||||
let _b = [bind (fn~() { })()];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue