Skip to content

Commit 9d3df39

Browse files
authored
Merge pull request #3219 from rust-lang/scottmcm-patch-1
Add a note to 2115 about un-accepting in-band
2 parents 093be00 + 6006f43 commit 9d3df39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

text/2115-argument-lifetimes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
- RFC PR: [rust-lang/rfcs#2115](https://github.com/rust-lang/rfcs/pull/2115)
44
- Rust Issue: [rust-lang/rust#44524](https://github.com/rust-lang/rust/issues/44524)
55

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+
613
# Summary
714
[summary]: #summary
815

0 commit comments

Comments
 (0)