Rollup merge of #109405 - compiler-errors:rpitit-as-opaques, r=spastorino
RPITITs are `DefKind::Opaque` with new lowering strategy r? `@spastorino` Kinda cherry-picked #109400
This commit is contained in:
commit
b9151b2d70
5 changed files with 45 additions and 16 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// [next] compile-flags: -Zlower-impl-trait-in-trait-to-assoc-ty
|
||||
|
||||
#![feature(return_position_impl_trait_in_trait)]
|
||||
|
||||
pub trait Foo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue