Fix compiler docs

This commit is contained in:
Joshua Nelson 2021-03-17 09:59:45 -04:00
parent de0fda9558
commit 230e396a76
2 changed files with 10 additions and 1 deletions

View file

@ -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) {