Skip to content

Fix bug wrong span of nested_doc_comment #24378

Patrick requested to merge soulomoon/ghc:wip/fix-span-nested_doc_comment into master

close #24378 (closed)

  1. Update the start position of span in nested_doc_comment correctly. and hence the spans of identifiers of haddoc can be computed correctly.
  2. add test HaddockSpanIssueT24378.
Edited by Patrick

Merge request reports