test with explicit existential type
This commit is contained in:
parent
b170c0f1c4
commit
e9de08a5ea
@ -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…
x
Reference in New Issue
Block a user