incorrect FromEnv
predicates around supertraits
#49953
Labels
A-trait-system
Area: Trait system
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-traits
Working group: Traits, https://internals.rust-lang.org/t/announcing-traits-working-group/6804
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
The text was updated successfully, but these errors were encountered: