Stabilize impl_trait_projections
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user