rust/crates/ra_syntax/test_data/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
..
err Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
fuzz-failures
inline Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
ok Parse correctly fn f<T>() where T: Fn() -> u8 + Send {} 2020-04-09 13:05:41 +02:00