Adding error line so that test passes

This commit is contained in:
Sunjay Varma 2017-11-25 23:02:15 -05:00
parent 3bac9ff386
commit cc52e412f8

View File

@ -12,6 +12,7 @@
trait Foo {
type Bar<,>;
//~^ ERROR expected one of `>`, identifier, or lifetime, found `,`
}
fn main() {}