-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Suggest removing parenthesis surrounding lifetimes #57386
Comments
I'd like to work on this (I'm new) |
@goldenlentils feel free to reach out for any help you might need! And take a look at The Forge, particularly the explanation on how to run tests ( You will find the code that emits this error in |
@estebank Thanks! I managed to get the error to look like this:
Or, if using
As I understand, the help message appears inline because of the condition |
@igorsdv your understanding is correct. Being inline is fine and I'm partial towards the short version, at least in this case. |
…s-surrounding-lifetimes, r=estebank Suggest removing parentheses surrounding lifetimes Fixes rust-lang#57386. r? @estebank
…s-surrounding-lifetimes, r=estebank Suggest removing parentheses surrounding lifetimes Fixes rust-lang#57386. r? @estebank
…s-surrounding-lifetimes, r=estebank Suggest removing parentheses surrounding lifetimes Fixes rust-lang#57386. r? @estebank
…s-surrounding-lifetimes, r=estebank Suggest removing parentheses surrounding lifetimes Fixes rust-lang#57386. r? @estebank
Given:
suggest the correct syntax
The text was updated successfully, but these errors were encountered: