mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-18 19:21:38 +00:00
internal: Restructure some semantics APIs for virtual macro files
This commit is contained in:
parent
f0e39c77cc
commit
38bf4b1fe1
12 changed files with 185 additions and 79 deletions
|
|
@ -67,7 +67,7 @@ pub(crate) fn goto_definition(
|
|||
});
|
||||
}
|
||||
|
||||
if let Some((range, resolution)) =
|
||||
if let Some((range, _, _, resolution)) =
|
||||
sema.check_for_format_args_template(original_token.clone(), offset)
|
||||
{
|
||||
return Some(RangeInfo::new(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue