We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 093be00 + 6006f43 commit 9d3df39Copy full SHA for 9d3df39
text/2115-argument-lifetimes.md
@@ -3,6 +3,13 @@
3
- RFC PR: [rust-lang/rfcs#2115](https://github.com/rust-lang/rfcs/pull/2115)
4
- Rust Issue: [rust-lang/rust#44524](https://github.com/rust-lang/rust/issues/44524)
5
6
+> ⚠ Update 4 years later ⚠
7
+>
8
+> Much of this RFC was stabilized, including the wildcard lifetime and elision in `impl`s.
9
10
+> However, [the team decided to un-accept](https://github.com/rust-lang/rust/issues/44524#issuecomment-988260463)
11
+> the parts of this RFC related to using lifetimes without a separate definition.
12
+
13
# Summary
14
[summary]: #summary
15
0 commit comments