-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Make lang items private #72240
Copy link
Copy link
Open
Labels
A-lang-itemArea: Language itemsArea: Language itemsC-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-lang-itemArea: Language itemsArea: Language itemsC-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.
#72170 and #72216 put some effort in to try and prevent some potential ICEs that can occur in
#![no_core]due to how we currently reference lang items.@oli-obk pointed out:
I'm opening this issue to start a discussion about how we could take this forward.