test with explicit existential type
This commit is contained in:
parent
b170c0f1c4
commit
e9de08a5ea
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
// revisions: migrate mir
|
||||
//[mir]compile-flags: -Z borrowck=mir
|
||||
|
||||
#![feature(existential_type)]
|
||||
|
||||
trait Trait<'a, 'b> { }
|
||||
impl<T> Trait<'_, '_> for T { }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue