-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Refactor TypeVariableOrigin
#59331
Refactor TypeVariableOrigin
#59331
Conversation
This comment has been minimized.
This comment has been minimized.
Another question is whether we want to refractor the region origin enum in this way, although it'd probably involve adding dummy spans for whichever variants currently don't have them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems good to me -- I prefer this to a pair
b213790
to
1ca3e34
Compare
@eddyb: I've refactored |
b819f8a
to
9a6da07
Compare
@bors r+ |
📌 Commit 9a6da07507506fdd5ad9e4aeaca54e57c8df0fbc has been approved by |
⌛ Testing commit 9a6da07507506fdd5ad9e4aeaca54e57c8df0fbc with merge 0437440529f34ba7da7152d255e6ecd50599ce2a... |
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
9a6da07
to
8577bb4
Compare
@bors r=eddyb |
📌 Commit 8577bb4 has been approved by |
This comment has been minimized.
This comment has been minimized.
@bors r=eddyb |
📌 Commit 66b840c has been approved by |
⌛ Testing commit 66b840c with merge 0a8de479b588f24a85fe26658d9965724af95f02... |
… r=eddyb Refactor `TypeVariableOrigin` Removes some unused variants and extracts the common `Span` field. As suggested in rust-lang#59008 (comment). r? @eddyb
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry |
Refactor `TypeVariableOrigin` Removes some unused variants and extracts the common `Span` field. As suggested in #59008 (comment). r? @eddyb
☀️ Test successful - checks-travis, status-appveyor |
Removes some unused variants and extracts the common
Span
field.As suggested in #59008 (comment).
r? @eddyb