about summary refs log tree commit diff
path: root/src/librustc_span
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2020-01-05 02:37:57 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2020-01-05 12:49:22 +0100
commitebfd8673a791661d9cb526d9994f2f6bbfa49348 (patch)
tree084e589725ed9868e6d208e65b63e51d43fefc27 /src/librustc_span
parent1c091bba51e937df166dc978ab6de647cfaac719 (diff)
downloadrust-ebfd8673a791661d9cb526d9994f2f6bbfa49348.tar.gz
rust-ebfd8673a791661d9cb526d9994f2f6bbfa49348.zip
Remove rustc_hir reexports in rustc::hir.
Diffstat (limited to 'src/librustc_span')
-rw-r--r--src/librustc_span/lib.rs2
1 files changed, 1 insertions, 1 deletions
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,