Uh oh!
There was an error while loading. Please reload this page.
Use a single lifetime for MIR construction - #61426
Conversation
There was a problem hiding this comment.
You can replace headers like these with impl Builder<'_, 'tcx> if you want.
There was a problem hiding this comment.
I feel like this is a job for rustfmt, not me =P
There was a problem hiding this comment.
Not rustfmt but maybe rustfix. Don't know if we have a lint for it yet though.
There was a problem hiding this comment.
This can be TyCtxt<'_, 'tcx, 'tcx> without the <'a, 'tcx> on the previous line.
eddyb
left a comment
There was a problem hiding this comment.
LGTM, modulo potential further lifetime cleanups. cc @pnkfelix@nikomatsakis@matthewjasper
bors
commented
Jun 2, 2019
☔ The latest upstream changes (presumably #61276) made this pull request unmergeable. Please resolve the merge conflicts. |
Zoxc
commented
Jun 3, 2019
@bors try |
bors
commented
Jun 3, 2019
⌛ Trying commit b23f682e98354be01ebee7081e50b2110a7228fb with merge c0d6d4a069cb719fc05ca0a0aa4700f4e4a16600... |
bors
commented
Jun 3, 2019
☀️ Try build successful - checks-travis |
Zoxc
commented
Jun 4, 2019
@rust-timer build c0d6d4a069cb719fc05ca0a0aa4700f4e4a16600 |
rust-timer
commented
Jun 4, 2019
Success: Queued c0d6d4a069cb719fc05ca0a0aa4700f4e4a16600 with parent 7096ff0, comparison URL. |
rust-timer
commented
Jun 4, 2019
Finished benchmarking try commit c0d6d4a069cb719fc05ca0a0aa4700f4e4a16600, comparison URL. |
eddyb
commented
Jun 12, 2019
@bors r+ rollup=never p=5 |
bors
commented
Jun 12, 2019
📌 Commit d3e1181 has been approved by |
bors
commented
Jun 12, 2019
bors
commented
Jun 12, 2019
☀️ Test successful - checks-travis, status-appveyor |
Builds on #57214
r? @eddyb