Skip to content

Commit c795b87

Browse files
committed
add aapoalas requested change
1 parent 34734cc commit c795b87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/2025h2/autoreborrow-traits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Nightly support for Autoreborrow traits
1+
# Reborrow traits
22

33
| Metadata | |
44
| :------------------ | -------------------------------------------------------------------------------- |
@@ -96,7 +96,7 @@ Users of `reborrow` crate and similar should be enabled to move to core solution
9696
| Standard reviews | ![Team][] [compiler] | Trait-impl querying in rustc to replace `Pin<&mut T>` special case |
9797
| Do the work | @aapoalas | |
9898

99-
### Design autoreborrow internals
99+
### Experiment with Reborrow trait design
100100

101101
The basic idea of autoreborrowing is simple enough: when a reborrowable type is encountered at a coercion
102102
site, attempt a reborrow operation.
@@ -122,7 +122,7 @@ like `PhantomExclusive<'a>` and `PhantomShared<'b>` to discern the difference.
122122
| RFC decision | ![Team][] [lang] | |
123123
| RFC secondary review | ![Team][] [types] | request bandwidth from a second team, most features don't need this |
124124

125-
### Implement non-recursive autoreborrowing
125+
### Seek feedback for an RFC based on experiment
126126

127127
A basic autoreborrowing feature should not be too complicated: the `Pin<&mut T>` special-case in the
128128
compiler already exists and could probably be reimagined to rely on a `Reborrow` trait.

0 commit comments

Comments
 (0)