mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Resolve paths to defs (functions currently) during type inference
This commit is contained in:
parent
93ffbf80c6
commit
ef67581104
17 changed files with 215 additions and 87 deletions
|
@ -2,6 +2,7 @@ pub(super) mod imp;
|
|||
pub(super) mod nameres;
|
||||
|
||||
use std::sync::Arc;
|
||||
use log;
|
||||
|
||||
use ra_syntax::{
|
||||
algo::generate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue