[Git][ghc/ghc][wip/sjakobi/multi-caret] Shorten another comment, as suggested by @sheaf
Simon Jakobi pushed to branch wip/sjakobi/multi-caret at Glasgow Haskell Compiler / GHC Commits: 99d0a9f9 by Simon Jakobi at 2026-06-11T09:33:10+00:00 Shorten another comment, as suggested by @sheaf - - - - - 1 changed file: - compiler/GHC/Tc/Errors/Types.hs Changes: ===================================== compiler/GHC/Tc/Errors/Types.hs ===================================== @@ -4131,12 +4131,7 @@ data TcRnMessage where TcRnBindingNameConflict :: !RdrName -- ^ The conflicting name -> !(NE.NonEmpty SrcSpan) -- ^ The locations of the duplicates, in ascending - -- source order. The last one is the primary span - -- of the message; 'diagnosticRelatedLocations' - -- returns the earlier ones, omitting any that - -- coincide with the primary span. See - -- Note [Choosing the primary and related spans] - -- in GHC.Types.Error. + -- source order. -> TcRnMessage {-| TcRnNonCanonicalDefinition is a warning indicating that an instance View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/99d0a9f942a09ee5847f678c29e95974... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/99d0a9f942a09ee5847f678c29e95974... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Jakobi (@sjakobi)