rust/src/test
Patrick Walton 7c00d77e8b librustc: Implement the syntax in the RFC for unboxed closure sugar.
Part of issue #16640. I am leaving this issue open to handle parsing of
higher-rank lifetimes in traits.

This change breaks code that used unboxed closures:

* Instead of `F:|&: int| -> int`, write `F:Fn(int) -> int`.

* Instead of `F:|&mut: int| -> int`, write `F:FnMut(int) -> int`.

* Instead of `F:|: int| -> int`, write `F:FnOnce(int) -> int`.

[breaking-change]
2014-09-18 16:31:58 -07:00
..
auxiliary
bench auto merge of #17335 : TeXitoi/rust/relicense-shootout, r=brson 2014-09-18 03:20:39 +00:00
codegen
compile-fail librustc: Implement the syntax in the RFC for unboxed closure sugar. 2014-09-18 16:31:58 -07:00
compile-fail-fulldeps
debuginfo
pretty
run-fail
run-make
run-pass librustc: Implement the syntax in the RFC for unboxed closure sugar. 2014-09-18 16:31:58 -07:00
run-pass-fulldeps