Allow named lifetimes in async functions.#54000
Conversation
|
@bors r+ |
|
📌 Commit 4088a38 has been approved by |
|
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 r- tidy whitespace failures |
|
Will fixup |
|
Let's hope that's it. I'm really surprised VSCode doesn't do this kind of formatting by default. |
|
@jkozlowski It has settings for stuff like this, they're just not enabled by default. Sadly I can't remember how to search for them, but I think "trailing" is a good starting point. |
|
Indeed you are right! I use IntelliJ day-to-day, but for some reason for Rust VSCode stuck with me :) Thanks for the code btw @eddyb, I have spent a few hours chasing the wrong rabbit hole on this. |
|
Ok we're all good here :) |
|
@bors r+ |
|
📌 Commit 4b7f2eb has been approved by |
Allow named lifetimes in async functions. - Fixes rust-lang#53174 Code by @eddyb; @cramertj suggested I lift it off another change so we can fix rust-lang#53174. r? @cramertj
|
☀️ Test successful - status-appveyor, status-travis |
Code by @eddyb; @cramertj suggested I lift it off another change so we can fix #53174.
r? @cramertj