about summary refs log tree commit diff
path: root/compiler/rustc_save_analysis/src
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-03-17 09:59:45 -0400
committerJoshua Nelson <jyn514@gmail.com>2021-03-27 22:16:34 -0400
commit230e396a7663d933d24c3c30f556abbc1dd9405e (patch)
tree6d9da33f54310be81b0b30d9afe47a4a96fdea9d /compiler/rustc_save_analysis/src
parentde0fda9558e5b9eed94cd1e2c1599ea72115d744 (diff)
downloadrust-230e396a7663d933d24c3c30f556abbc1dd9405e.tar.gz
rust-230e396a7663d933d24c3c30f556abbc1dd9405e.zip
Fix compiler docs
Diffstat (limited to 'compiler/rustc_save_analysis/src')
-rw-r--r--compiler/rustc_save_analysis/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_save_analysis/src/lib.rs b/compiler/rustc_save_analysis/src/lib.rs
index 1ef3204a2aa..c19c16b88a7 100644
--- a/compiler/rustc_save_analysis/src/lib.rs
+++ b/compiler/rustc_save_analysis/src/lib.rs
@@ -772,7 +772,7 @@ impl<'tcx> SaveContext<'tcx> {
     /// returns `None` if the node is not macro-generated or the span is malformed,
     /// else uses the expansion callsite and callee to return some MacroRef.
     ///
-    /// FIXME: [`dump_visitor::process_macro_use`] should actually dump this data
+    /// FIXME: [`DumpVisitor::process_macro_use`] should actually dump this data
     #[allow(dead_code)]
     fn get_macro_use_data(&self, span: Span) -> Option<MacroRef> {
         if !generated_code(span) {