mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-30 11:37:31 +00:00
Merge pull request #18952 from lh123/add-raw-keyword-complete
feat: complete raw, const keyword
This commit is contained in:
commit
903bc8133c
8 changed files with 168 additions and 8 deletions
|
|
@ -146,6 +146,7 @@ pub(crate) struct PathExprCtx {
|
|||
pub(crate) in_condition: bool,
|
||||
pub(crate) incomplete_let: bool,
|
||||
pub(crate) ref_expr_parent: Option<ast::RefExpr>,
|
||||
pub(crate) after_amp: bool,
|
||||
/// The surrounding RecordExpression we are completing a functional update
|
||||
pub(crate) is_func_update: Option<ast::RecordExpr>,
|
||||
pub(crate) self_param: Option<hir::SelfParam>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue