-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-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.
Description
@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 general implied_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 of unstable
/stable
.
cc @davidtwco
davidtwco
Metadata
Metadata
Assignees
Labels
C-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.