mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Clarify field name
This commit is contained in:
parent
ea8555b155
commit
c0d93bc4d6
4 changed files with 6 additions and 6 deletions
|
@ -625,7 +625,7 @@ mod tests {
|
|||
def,
|
||||
krate,
|
||||
eager: Some(EagerCallInfo {
|
||||
expansion: Arc::new(parsed_args.clone()),
|
||||
arg_or_expansion: Arc::new(parsed_args.clone()),
|
||||
included_file: None,
|
||||
}),
|
||||
kind: MacroCallKind::FnLike { ast_id: call_id, fragment: FragmentKind::Expr },
|
||||
|
@ -636,7 +636,7 @@ mod tests {
|
|||
def,
|
||||
krate,
|
||||
eager: Some(EagerCallInfo {
|
||||
expansion: Arc::new(expanded.subtree),
|
||||
arg_or_expansion: Arc::new(expanded.subtree),
|
||||
included_file: expanded.included_file,
|
||||
}),
|
||||
kind: MacroCallKind::FnLike { ast_id: call_id, fragment: expanded.fragment },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue