implied_by
not working with const-stability?
#107605
Labels
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.
@rustbot label T-compiler, C-enhancement
Opening an issue for the problem described in #99212 (comment)
Context: The only use-case of
implied_by
that’s currently on nightly was introduced in #102556, but as far as I can tell, that doesn’t actually do anything. Given that the generalimplied_by
feature has a behavior test, I would assume that the problem is that it isn’t working with (and isn’t tested with)rustc_const_unstable
/rustc_const_stable
instead ofunstable
/stable
.cc @davidtwco
The text was updated successfully, but these errors were encountered: