-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split CommonTypes
into CommonTypes
and CommonLifetimes
#60195
Conversation
cc @rust-lang/compiler I was thinking |
I like grouping them in their own fields. |
This comment has been minimized.
This comment has been minimized.
a79e53b
to
7261bd8
Compare
I've changed it so that they're now grouped by fields: |
CommonTypes
to Common
CommonTypes
into CommonTypes
and CommonLifetimes
cc @nikomatsakis This is where "loans" would be nicer because it'd be shorter. @bors r+ |
📌 Commit 7261bd8 has been approved by |
Split `CommonTypes` into `CommonTypes` and `CommonLifetimes` The so-called "`CommonTypes`" contains more than just types. r? @eddyb
☀️ Test successful - checks-travis, status-appveyor |
The so-called "
CommonTypes
" contains more than just types.r? @eddyb