From ebfd8673a791661d9cb526d9994f2f6bbfa49348 Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Sun, 5 Jan 2020 02:37:57 +0100 Subject: Remove rustc_hir reexports in rustc::hir. --- src/librustc_span/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librustc_span') diff --git a/src/librustc_span/lib.rs b/src/librustc_span/lib.rs index a58c12f2350..8cca59df338 100644 --- a/src/librustc_span/lib.rs +++ b/src/librustc_span/lib.rs @@ -1052,7 +1052,7 @@ impl Decodable for SourceFile { name_was_remapped, unmapped_path: None, // `crate_of_origin` has to be set by the importer. - // This value matches up with `rustc::hir::def_id::INVALID_CRATE`. + // This value matches up with `rustc_hir::def_id::INVALID_CRATE`. // That constant is not available here, unfortunately. crate_of_origin: std::u32::MAX - 1, start_pos, -- cgit 1.4.1-3-g733a5