mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Add beginnings of type infrastructure
This commit is contained in:
parent
d77520fde3
commit
3ac605e687
11 changed files with 689 additions and 15 deletions
|
@ -25,6 +25,7 @@ pub mod source_binder;
|
|||
mod krate;
|
||||
mod module;
|
||||
mod function;
|
||||
mod ty;
|
||||
|
||||
use std::ops::Index;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue