-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Missing in_band_lifetimes suggestion #73775
Labels
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
JohnTitor
added
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Jun 26, 2020
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jul 10, 2020
…s, r=petrochenkov Add a help to use `in_band_lifetimes` in nightly Fixes rust-lang#73775
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jul 10, 2020
…s, r=petrochenkov Add a help to use `in_band_lifetimes` in nightly Fixes rust-lang#73775
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jul 10, 2020
…s, r=petrochenkov Add a help to use `in_band_lifetimes` in nightly Fixes rust-lang#73775
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jul 10, 2020
…s, r=petrochenkov Add a help to use `in_band_lifetimes` in nightly Fixes rust-lang#73775
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jul 11, 2020
…s, r=petrochenkov Add a help to use `in_band_lifetimes` in nightly Fixes rust-lang#73775
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jul 11, 2020
…s, r=petrochenkov Add a help to use `in_band_lifetimes` in nightly Fixes rust-lang#73775
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jul 11, 2020
…s, r=petrochenkov Add a help to use `in_band_lifetimes` in nightly Fixes rust-lang#73775
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Gives (rustc 1.46.0-nightly 50fc24d 2020-06-25):
Like most other features I'd like rustc to suggest using in_band_lifetimes if it's a Nightly compiler.
The text was updated successfully, but these errors were encountered: