mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 10:39:45 +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
|
|
@ -1303,6 +1303,7 @@ impl<'db> SourceAnalyzer<'db> {
|
|||
false
|
||||
}
|
||||
|
||||
/// Returns the range of the implicit template argument and its resolution at the given `offset`
|
||||
pub(crate) fn resolve_offset_in_format_args(
|
||||
&self,
|
||||
db: &'db dyn HirDatabase,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue