Skip to content

Commit e9de08a

Browse files
committed
test with explicit existential type
1 parent b170c0f commit e9de08a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/ui/impl-trait/multiple-lifetimes/ordinary-bounds-pick-original-existential.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// revisions: migrate mir
44
//[mir]compile-flags: -Z borrowck=mir
55

6+
#![feature(existential_type)]
7+
68
trait Trait<'a, 'b> { }
79
impl<T> Trait<'_, '_> for T { }
810

0 commit comments

Comments
 (0)