Change to check-pass

This commit is contained in:
Yuki Okushi 2019-08-01 11:17:01 +09:00
parent bca1c3cfae
commit d033e8de21

View file

@ -1,4 +1,4 @@
// run-pass
// check-pass
#![feature(existential_type)]
existential type A: Iterator;