File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Sources/SymbolGraphLinker/Resolution Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,11 +144,11 @@ extension SSGC.OutlineResolver
144
144
else
145
145
{
146
146
return nil
147
- }
147
+ }
148
148
149
149
switch self . scopes. causalURLs. resolve ( qualified: translatable)
150
- {
151
- case . module( let module) :
150
+ {
151
+ case . module( let module) :
152
152
// Unidoc linker doesn’t currently support `symbol` outlines that are not
153
153
// declarations, so for now we just synthesize a normal vertex outline.
154
154
let text : SymbolGraph . OutlineText = . init( path: " \( module) " , fragment: nil )
@@ -320,7 +320,7 @@ extension SSGC.OutlineResolver
320
320
321
321
self . diagnostics [ source] = SSGC . OutlineDiagnostic. annealedIncorrectHash (
322
322
in: codelink,
323
- to: chosen. hash)
323
+ to: chosen. traits . hash)
324
324
}
325
325
326
326
let decl : Int32 = self . tables. intern ( chosen. id)
You can’t perform that action at this time.
0 commit comments