Improve pretty printing of valtrees for references
This commit is contained in:
parent
94e93749ab
commit
cd88bb332c
9 changed files with 144 additions and 102 deletions
|
@ -18,6 +18,7 @@ use rustc_middle::ty::query::Providers;
|
|||
|
||||
mod assoc;
|
||||
mod common_traits;
|
||||
pub mod consts;
|
||||
pub mod instance;
|
||||
mod needs_drop;
|
||||
pub mod representability;
|
||||
|
@ -26,6 +27,7 @@ mod ty;
|
|||
pub fn provide(providers: &mut Providers) {
|
||||
assoc::provide(providers);
|
||||
common_traits::provide(providers);
|
||||
consts::provide(providers);
|
||||
needs_drop::provide(providers);
|
||||
ty::provide(providers);
|
||||
instance::provide(providers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue