mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-31 12:04:43 +00:00 
			
		
		
		
	don't complete raw in &mut $0
				
					
				
			This commit is contained in:
		
							parent
							
								
									9809143562
								
							
						
					
					
						commit
						a282733b49
					
				
					 4 changed files with 31 additions and 7 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
	
	 lh123
						lh123