remove all kind annotations from closures
This commit is contained in:
parent
ba2f13ef06
commit
571cc7f8e9
196 changed files with 396 additions and 390 deletions
|
@ -79,7 +79,7 @@ fn main() {
|
|||
zzz(); // #break
|
||||
sentinel();
|
||||
|
||||
let closure = |&: x: int| {
|
||||
let closure = |x: int| {
|
||||
zzz(); // #break
|
||||
sentinel();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue