mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Introduce TypeInfo
This commit is contained in:
parent
29506b5a26
commit
25ff7171c4
32 changed files with 127 additions and 124 deletions
|
@ -89,7 +89,7 @@ pub use crate::{
|
|||
UnresolvedModule, UnresolvedProcMacro,
|
||||
},
|
||||
has_source::HasSource,
|
||||
semantics::{PathResolution, Semantics, SemanticsScope},
|
||||
semantics::{PathResolution, Semantics, SemanticsScope, TypeInfo},
|
||||
};
|
||||
|
||||
// Be careful with these re-exports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue