Skip to content

Commit

Permalink
Adding error line so that test passes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjay committed Dec 1, 2017
1 parent 3bac9ff commit cc52e41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

trait Foo {
type Bar<,>;
//~^ ERROR expected one of `>`, identifier, or lifetime, found `,`
}

fn main() {}

0 comments on commit cc52e41

Please sign in to comment.