]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir/src/lib.rs
Introduce get_diagnostic_name
[rust.git] / compiler / rustc_hir / src / lib.rs
index 42575273839a9760daca044dbb611125e1a6b3d2..f5ea044e248652fb2dea7a1bdabab5330558d34f 100644 (file)
@@ -16,7 +16,9 @@
 
 mod arena;
 pub mod def;
+pub mod def_path_hash_map;
 pub mod definitions;
+pub mod diagnostic_items;
 pub use rustc_span::def_id;
 mod hir;
 pub mod hir_id;