Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

edition lint: declarations obviated by in-band lifetimes #52045

Open
nrc opened this issue Jul 4, 2018 · 2 comments
Open

edition lint: declarations obviated by in-band lifetimes #52045

nrc opened this issue Jul 4, 2018 · 2 comments
Labels
A-edition-2018 Area: The 2018 edition A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. T-lang Relevant to the language team, which will review and decide on the PR/issue.

Comments

@nrc
Copy link
Member

nrc commented Jul 4, 2018

cc #44524

e.g., in fn two_args<'b>(arg1: &Foo, arg2: &'b Bar) -> &'b Baz, suggest that <'b> is not necessary.

@nikomatsakis
Copy link
Contributor

We decided that in-band lifetimes are not going to be stabilized for Rust 2018. Therefore, I nominate this for removal from the milestone.

@nikomatsakis nikomatsakis added I-nominated T-lang Relevant to the language team, which will review and decide on the PR/issue. labels Oct 4, 2018
@scottmcm scottmcm removed this from the Edition 2018 RC 2 milestone Oct 4, 2018
@steveklabnik
Copy link
Member

Triage: no movement here

@fmease fmease added A-edition-2018 Area: The 2018 edition A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. and removed A-edition-2018-lints labels Dec 21, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-edition-2018 Area: The 2018 edition A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. T-lang Relevant to the language team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

7 participants