-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Make rustc::middle::region::Scope's fields public... #54122
Copy link
Copy link
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
... and remove the entire impl block for constructing values of type
ScopeThis will cause a lot of fallout throughout the compiler requiring changing
Scope::Foo(x)toScope { id: x, data: ScopeData::Foo }cc #54032 (comment)
First #54032 needs to get merged though.