Skip to content

Commit b69e08c

Browse files
committed
add main fn to test
1 parent b48b6ea commit b69e08c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/issue-28871.rs

+2
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ impl T for S {
2929
trait T2 {
3030
type T: Iterator<Item=<S as T>::T>;
3131
}
32+
33+
fn main() { }

0 commit comments

Comments
 (0)