rust/crates/ra_syntax
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
..
fuzz Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
src Scale back to only two traits 2020-04-09 13:00:09 +02:00
test_data Parse correctly fn f<T>() where T: Fn() -> u8 + Send {} 2020-04-09 13:05:41 +02:00
Cargo.toml Remove rustc_lexer dependency in favour of rustc-ap-rustc_lexer 2020-04-06 10:08:51 +02:00