File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
101101The basic idea of autoreborrowing is simple enough: when a reborrowable type is encountered at a coercion
102102site, 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
127127A basic autoreborrowing feature should not be too complicated: the ` Pin<&mut T> ` special-case in the
128128compiler already exists and could probably be reimagined to rely on a ` Reborrow ` trait.
You can’t perform that action at this time.
0 commit comments