Skip to content

Reject associated types not declared in implemented trait - #1546

Merged
sbillig merged 1 commit into
argotorg:masterfrom
cburgdorf:fix/1193-extra-associated-types
Sep 11, 2026
Merged

sbillig merged 1 commit into
argotorg:masterfrom
cburgdorf:fix/1193-extra-associated-types

Conversation

@cburgdorf

Copy link
Copy Markdown
Collaborator

Report unexpected associated type definitions at their names. Cover extra types, defaults, and supertraits with regression tests.

Fixes #1193

Report unexpected associated type definitions at their names. Cover extra types, defaults, and supertraits with regression tests.

Fixes argotorg#1193
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-11T16:58:34.030983Z 9c88f05 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@sbillig
sbillig merged commit 8839748 into argotorg:master Sep 11, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

trait impl with extra associated type def should be an error

2 participants