add main fn to test
This commit is contained in:
parent
b48b6eaf75
commit
b69e08ceca
1 changed files with 2 additions and 0 deletions
|
@ -29,3 +29,5 @@ impl T for S {
|
|||
trait T2 {
|
||||
type T: Iterator<Item=<S as T>::T>;
|
||||
}
|
||||
|
||||
fn main() { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue