-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Stringification of pub(in crate) visibility removes in #99981
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.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.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Milestone
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.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.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Code
I tried this code:
I expected to see this happen: it to print
pub(in crate).Instead, this happened: it prints
pub(crate).Version it worked on
It most recently worked on: 1.62.1
Version with regression
rustc --version --verbose:Backtrace
Backtrace
@rustbot modify labels: +regression-from-stable-to-beta -regression-untriaged