Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upANN&GRAM: Add `async/await` and `try` support #3106
Conversation
mchernyavsky
force-pushed the
mchernyavsky:keywords-2018
branch
from
3022aea
to
579eaf6
Dec 4, 2018
mchernyavsky
changed the title
[WIP] ANN+GRAM: Add `async/await` and `try` support
ANN&GRAM: Add `async/await` and `try` support
Dec 4, 2018
mchernyavsky
force-pushed the
mchernyavsky:keywords-2018
branch
from
579eaf6
to
361a06e
Dec 7, 2018
This comment has been minimized.
This comment has been minimized.
surdus
commented
Dec 9, 2018
|
Tried this changes. Found that it shows errors for await macro |
mchernyavsky
force-pushed the
mchernyavsky:keywords-2018
branch
from
361a06e
to
39b151d
Dec 10, 2018
src/main/grammars/RustParser.bnf Outdated
mchernyavsky
force-pushed the
mchernyavsky:keywords-2018
branch
from
39b151d
to
2e1b2c0
Dec 10, 2018
This comment has been minimized.
This comment has been minimized.
gilescope
commented
Dec 13, 2018
•
|
|
mchernyavsky
assigned
vlad20012
Dec 13, 2018
This comment has been minimized.
This comment has been minimized.
gfreezy
commented
Dec 14, 2018
|
auto complete & goto definition don't work for async fn |
This comment has been minimized.
This comment has been minimized.
|
@gfreezy Can you provide some example code? Auto-completion & resolve work for me:
|
This comment has been minimized.
This comment has been minimized.
imkow
commented
Dec 15, 2018
|
Is this in nightly release? |
This comment has been minimized.
This comment has been minimized.
|
@imkow no, because this PR is not merged yet |
This comment has been minimized.
This comment has been minimized.
imkow
commented
Dec 17, 2018
|
@Undin when will this be merged? |
This comment has been minimized.
This comment has been minimized.
@vlad20012 ping |
mchernyavsky
force-pushed the
mchernyavsky:keywords-2018
branch
2 times, most recently
from
6990268
to
c320673
Dec 18, 2018
This comment has been minimized.
This comment has been minimized.
@gfreezy What do you mean? On attached screenshot everything seems ok. |
mchernyavsky
force-pushed the
mchernyavsky:keywords-2018
branch
from
c320673
to
ea5ac8c
Dec 18, 2018
mchernyavsky
added some commits
Dec 18, 2018
This comment has been minimized.
This comment has been minimized.
|
bors r+ |
bot
added a commit
that referenced
this pull request
Dec 19, 2018
This comment has been minimized.
This comment has been minimized.
bors
bot
merged commit ea5ac8c
into
intellij-rust:master
Dec 19, 2018
This comment has been minimized.
This comment has been minimized.
|
Note, this PR adds only syntax support |


mchernyavsky commentedDec 3, 2018
Closes #2400. Relates to #2622.