diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2023-03-23 00:00:34 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-23 00:00:34 +0530 |
| commit | b9151b2d7014149be2acdea29ae9fa272dd11583 (patch) | |
| tree | b86785363525b10cad32a5251a7efa1edcd6e8ec /tests | |
| parent | 8ce52b7b65927c83189175e2488a3047201a5e8c (diff) | |
| parent | c3e6f689312872ac9859b18230c6323ab27fbd7f (diff) | |
| download | rust-b9151b2d7014149be2acdea29ae9fa272dd11583.tar.gz rust-b9151b2d7014149be2acdea29ae9fa272dd11583.zip | |
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
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/impl-trait/in-trait/auxiliary/rpitit.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/impl-trait/in-trait/auxiliary/rpitit.rs b/tests/ui/impl-trait/in-trait/auxiliary/rpitit.rs index 74df300f85a..74f7bc603aa 100644 --- a/tests/ui/impl-trait/in-trait/auxiliary/rpitit.rs +++ b/tests/ui/impl-trait/in-trait/auxiliary/rpitit.rs @@ -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 { |
