-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
incorrect FromEnv predicates around supertraits #49953
Copy link
Copy link
Closed
Labels
A-trait-systemArea: Trait systemArea: Trait systemC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-trait-systemArea: Trait systemArea: Trait systemC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The predicates for supertraits look wrong, as you can see from this example:
I see this:
But I expect
FromEnv(Self: Foo) :- FromEnv(Self: Bar).cc @rust-lang/wg-traits