don't complete raw in &mut $0

This commit is contained in:
lh123 2025-01-16 19:40:42 +08:00
parent 9809143562
commit a282733b49
4 changed files with 31 additions and 7 deletions

View file

@ -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>,