X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibrustc%2Fhir%2Fmap%2Fmod.rs;h=8b13f008a89d0b90a17406f675416e1777e22c9a;hb=0e316e29e6f7166989cb3e8342b145f16dc48cca;hp=d3aff7c963fab85ae9e6553288887fc975445ceb;hpb=8b16b023b1809fb10ed305cae4349c47c0accebe;p=rust.git diff --git a/src/librustc/hir/map/mod.rs b/src/librustc/hir/map/mod.rs index d3aff7c963f..8b13f008a89 100644 --- a/src/librustc/hir/map/mod.rs +++ b/src/librustc/hir/map/mod.rs @@ -25,6 +25,7 @@ mod collector; pub mod definitions; mod hir_id_validator; +pub use hir_id_validator::check_crate; /// Represents an entry and its parent `HirId`. #[derive(Copy, Clone, Debug)]