Skip to content

Commit 6006f43

Browse files
authored
Add a note to 2115 about un-accepting in-band
This leaves all the original text unaltered, just provides a helpful note to the reader, like has been done in other things like 2203.
1 parent 093be00 commit 6006f43

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)