Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty
This commit is contained in:
parent
07e018dfef
commit
b82d6a2e9e
17 changed files with 91 additions and 8 deletions
|
@ -1,5 +1,7 @@
|
|||
// build-pass
|
||||
// compile-flags: --crate-type=lib
|
||||
// [next] compile-flags: -Zlower-impl-trait-in-trait-to-assoc-ty
|
||||
// revisions: current next
|
||||
|
||||
#![feature(return_position_impl_trait_in_trait)]
|
||||
#![allow(incomplete_features)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue