Stabilize impl_trait_projections
This commit is contained in:
parent
f06b7c59a3
commit
e4af4e5083
17 changed files with 50 additions and 226 deletions
|
@ -5,7 +5,7 @@ or `Self` that references lifetimes from a parent scope.
|
|||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,edition2018
|
||||
```ignore,edition2018
|
||||
struct S<'a>(&'a i32);
|
||||
|
||||
impl<'a> S<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue