1
Fork 0

Rollup merge of #108923 - spastorino:new-rpitit-9, r=compiler-errors

Make fns from other crates with RPITIT work for -Zlower-impl-trait-in-trait-to-assoc-ty

Only the last two commits are meaningful.

r? `@compiler-errors`
This commit is contained in:
Matthias Krüger 2023-03-14 17:40:05 +01:00 committed by GitHub
commit 21d15db1df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 3 deletions

View file

@ -1,5 +1,7 @@
// check-pass
// aux-build: rpitit.rs
// [next] compile-flags: -Zlower-impl-trait-in-trait-to-assoc-ty
// revisions: current next
extern crate rpitit;