Luca Barbieri 74e3b48806 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
2020-04-09 13:05:41 +02:00
..
2020-03-31 09:02:12 -04:00
2020-04-09 13:00:09 +02:00
2020-04-01 18:56:47 +02:00
2020-04-09 13:00:09 +02:00
2020-04-08 12:00:08 +00:00
2020-04-06 17:21:33 +03:00
2020-04-08 18:34:20 +08:00
2020-04-03 19:01:44 +08:00
2020-04-09 13:04:01 +08:00
2020-04-06 17:00:18 +02:00
2020-04-06 14:04:26 +03:00