rust/src/liballoc
bors 9a59d69323 Auto merge of #43076 - Zoxc:gen, r=arielb1
Generator support

This adds experimental support for generators intended to land once https://github.com/rust-lang/rfcs/pull/2033 is approved.

This is not yet ready to be merged. Things to do:
- [x] Make closure arguments on generators an error
- [x] Spot FIXMEs
- [x] Pass make tidy
- [x] Write tests
- [x] Document the current syntax and semantics for generators somewhere
- [x] Use proper error message numbers
- [x] ~~Make the implicit argument type default to `()`~~
2017-08-28 16:36:03 +00:00
..
2017-08-24 18:42:53 +02:00
2017-08-18 16:32:38 +02:00
2017-08-11 15:59:11 -07:00
2017-08-24 18:42:53 +02:00
2017-08-25 23:09:00 +02:00