Skip to content

Commit cc52e41

Browse files
committed
Adding error line so that test passes
1 parent 3bac9ff commit cc52e41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/rfc1598-generic-associated-types/empty_generics.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
trait Foo {
1414
type Bar<,>;
15+
//~^ ERROR expected one of `>`, identifier, or lifetime, found `,`
1516
}
1617

1718
fn main() {}

0 commit comments

Comments
 (0)