Merge attempt

This commit is contained in:
Sam Mohr 2024-08-19 23:34:05 -07:00
parent 7c15c16ae0
commit 12df3a04de
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
236 changed files with 9053 additions and 6428 deletions

View file

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