Fix LookedupSymbol reference in docs

This commit is contained in:
Agus Zubiaga 2024-05-23 07:57:50 -03:00
parent 1526fc4aee
commit d14b1f805c
No known key found for this signature in database

View file

@ -933,7 +933,7 @@ fn doc_url<'a>(
// current module's name, but it also could be a different // current module's name, but it also could be a different
// module - for example, if this is in scope from an // module - for example, if this is in scope from an
// unqualified import. // unqualified import.
module_name = symbol.module_string(interns); module_name = symbol.symbol.module_string(interns);
} }
Err(_) => { Err(_) => {
return Err((format!("[{ident}]"), LinkProblem::AutoLinkIdentNotInScope)); return Err((format!("[{ident}]"), LinkProblem::AutoLinkIdentNotInScope));