[Git][ghc/ghc][wip/21101] Apply 1 suggestion(s) to 1 file(s)
Sasha Bogicevic pushed to branch wip/21101 at Glasgow Haskell Compiler / GHC Commits: a5a8d829 by Sasha Bogicevic at 2026-07-19T17:47:39+00:00 Apply 1 suggestion(s) to 1 file(s) Co-authored-by: sheaf <sam.derbyshire@gmail.com> - - - - - 1 changed file: - compiler/GHC/Rename/Pat.hs Changes: ===================================== compiler/GHC/Rename/Pat.hs ===================================== @@ -874,7 +874,6 @@ rnHsRecFields ctxt mk_arg (HsRecFields { rec_flds = flds, rec_dotdot = dotdot }) ; checkErr dd_flag (needFlagDotDot ctxt) ; (rdr_env, lcl_env) <- getRdrEnvs ; conInfo <- lookupConstructorInfo qcon - ; case conFieldInfo conInfo of ConHasPositionalArgs nbArgs -> addErr $ TcRnIllegalWildcardsInConstructor (toRecordFieldPart ctxt) con nbArgs View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a5a8d8296d502033d9226b74be9ce2b6... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a5a8d8296d502033d9226b74be9ce2b6... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help
participants (1)
-
Sasha Bogicevic (@Bogicevic)