diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-18 18:56:54 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-18 18:56:54 +0100 |
commit | 98819d89199c5138cc5018b036b0ec5d3fade77e (patch) | |
tree | 77b293ab5eb3a99f70082efe9cb66784f71f3343 /crates/ra_hir_ty/src/infer | |
parent | 84e3304a9bf0d68e30d58b1e37a6db2e9ec97525 (diff) | |
parent | 72bba9882889b2e20fd91e3c6c3a97debbbe6543 (diff) |
Merge #4029
4029: Fix various proc-macro bugs r=matklad a=edwin0cheng
This PRs does the following things:
1. Fixed #4001 by splitting `LIFETIME` lexer token to two mbe tokens. It is because rustc token stream expects `LIFETIME` as a combination of punct and ident, but RA `tt:TokenTree` treats it as a single `Ident` previously.
2. Fixed #4003, by skipping `proc-macro` for completion. It is because currently we don't have `AstNode` for `proc-macro`. We would need to redesign how to implement `HasSource` for `proc-macro`.
3. Fixed a bug how empty `TokenStream` merging in `proc-macro-srv` such that no L_DOLLAR and R_DOLLAR will be emitted accidentally.
Co-authored-by: Edwin Cheng <[email protected]>
Diffstat (limited to 'crates/ra_hir_ty/src/infer')
0 files changed, 0 insertions, 0 deletions