add main fn to test
This commit is contained in:
parent
b48b6eaf75
commit
b69e08ceca
@ -29,3 +29,5 @@ impl T for S {
|
||||
trait T2 {
|
||||
type T: Iterator<Item=<S as T>::T>;
|
||||
}
|
||||
|
||||
fn main() { }
|
||||
|
Loading…
Reference in New Issue
Block a user