rust/crates
bors[bot] 84d8665e13 Merge #1101
1101: Parse unsafe async / const unsafe fns properly r=matklad a=robojumper

Also adds tests that `unsafe async fn` as well as `const unsafe fn` parse properly and that these keywords in the reversed order cause parse errors.

[Playground link to verify that this is the correct order.](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=7850b8d92579de31c38f835f76afa4ce)

Closes #1086.


Co-authored-by: robojumper <robojumper@gmail.com>
2019-04-03 15:33:58 +00:00
..
gen_lsp_server show message in client's UI if workspace fails to load 2019-03-05 16:33:05 +03:00
ra_arena Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00
ra_assists remove flavor 2019-04-02 12:25:24 +03:00
ra_batch rename persistent hir database -> def database 2019-03-23 15:44:24 +03:00
ra_cli Merge #1068 2019-04-03 09:09:11 +00:00
ra_db update salsa some more 2019-03-27 16:31:13 +03:00
ra_fmt add ast::tokens 2019-04-02 10:23:29 +03:00
ra_hir Merge #1068 2019-04-03 09:09:11 +00:00
ra_ide_api always produce source for import 2019-04-02 17:58:04 +03:00
ra_lsp_server PR issuse resolved 2019-04-02 17:52:04 +03:00
ra_mbe always show token text 2019-04-02 14:49:46 +03:00
ra_parser Parse unsafe async / const unsafe fns properly 2019-04-03 17:11:56 +02:00
ra_prof added some docs to public functions 2019-04-03 16:05:55 +03:00
ra_project_model replace todo with fixme 2019-03-23 11:07:09 +03:00
ra_syntax Parse unsafe async / const unsafe fns properly 2019-04-03 17:11:56 +02:00
ra_text_edit Disable fork feature for proptest 2019-03-23 08:57:07 +01:00
ra_tt make token trees eq 2019-02-12 20:57:13 +03:00
test_utils fix error on wrong path 2019-03-17 12:53:22 +03:00
thread_worker automatically wait for worker threads 2019-02-14 21:11:07 +03:00
tools Use EXE extension for pre-commit hook on Window 2019-03-27 07:52:59 +01:00