aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/ok/0002_struct_item_field.rast
diff options
context:
space:
mode:
authorLuca Barbieri <[email protected]>2020-04-03 20:12:10 +0100
committerAleksey Kladov <[email protected]>2020-04-09 12:05:41 +0100
commit74e3b48806cb1b6d583178c6f24c7183626f4327 (patch)
tree125bcd4aaf11388acf17e0a8afa7d08597305a0e /crates/ra_syntax/test_data/parser/ok/0002_struct_item_field.rast
parent689661c95968cb438f8bd1f10ce0ee096287741b (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/ra_syntax/test_data/parser/ok/0002_struct_item_field.rast')
0 files changed, 0 insertions, 0 deletions