rust/crates/ra_parser
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
..
src Parse correctly fn f<T>() where T: Fn() -> u8 + Send {} 2020-04-09 13:05:41 +02:00
Cargo.toml Disable doctests 2019-11-17 18:35:05 +03:00