Move autoderef to rustc_hir_analysis
This commit is contained in:
parent
ef4046e4f3
commit
c8334ce60c
16 changed files with 69 additions and 45 deletions
|
@ -84,6 +84,7 @@ extern crate rustc_middle;
|
|||
pub mod check;
|
||||
|
||||
pub mod astconv;
|
||||
pub mod autoderef;
|
||||
mod bounds;
|
||||
mod check_unused;
|
||||
mod coherence;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue