diff options
author | Luca Barbieri <[email protected]> | 2020-04-03 20:12:10 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-04-09 12:05:41 +0100 |
commit | 74e3b48806cb1b6d583178c6f24c7183626f4327 (patch) | |
tree | 125bcd4aaf11388acf17e0a8afa7d08597305a0e /crates/stdx | |
parent | 689661c95968cb438f8bd1f10ce0ee096287741b (diff) |
Parse correctly fn f<T>() where T: Fn() -> u8 + Send {}
We used to parse it as T: Fn() -> (u8 + Send), which is different from
the rustc behavior of T: (Fn() -> u8) + Send
Diffstat (limited to 'crates/stdx')
0 files changed, 0 insertions, 0 deletions