Uh oh!
There was an error while loading. Please reload this page.
Refactor TypeVariableOrigin - #59331
Conversation
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
varkor
commented
May 9, 2019
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. |
nikomatsakis
left a comment
There was a problem hiding this comment.
seems good to me -- I prefer this to a pair
b213790 to
1ca3e34Comparevarkor
commented
May 31, 2019
@eddyb: I've refactored |
b819f8a to
9a6da07Compareeddyb
commented
Jun 5, 2019
@bors r+ |
bors
commented
Jun 5, 2019
📌 Commit 9a6da07507506fdd5ad9e4aeaca54e57c8df0fbc has been approved by |
bors
commented
Jun 5, 2019
⌛ Testing commit 9a6da07507506fdd5ad9e4aeaca54e57c8df0fbc with merge 0437440529f34ba7da7152d255e6ecd50599ce2a... |
bors
commented
Jun 5, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Jun 5, 2019
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
8577bb4Comparevarkor
commented
Jun 5, 2019
@bors r=eddyb |
bors
commented
Jun 5, 2019
📌 Commit 8577bb4 has been approved by |
This comment has been minimized.
This comment has been minimized.
varkor
commented
Jun 5, 2019
@bors r=eddyb |
bors
commented
Jun 5, 2019
📌 Commit 66b840c has been approved by |
bors
commented
Jun 5, 2019
⌛ 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
bors
commented
Jun 5, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Jun 5, 2019
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 |
Centril
commented
Jun 5, 2019
@bors retry |
bors
commented
Jun 6, 2019
Refactor `TypeVariableOrigin` Removes some unused variants and extracts the common `Span` field. As suggested in #59008 (comment). r? @eddyb
bors
commented
Jun 6, 2019
☀️ Test successful - checks-travis, status-appveyor |
Removes some unused variants and extracts the common
Spanfield.As suggested in #59008 (comment).
r? @eddyb