summary refs log tree commit diff
path: root/src/test/ui/parser/issue-21153.stderr
blob: 70f55f0aeb9ff87d7fd47ccbf8568785ba31ca44 (plain)
1
2
3
4
5
6
7
8
9
10
error: missing `fn`, `type`, or `const` for trait-item declaration
  --> $DIR/issue-21153.rs:1:29
   |
LL |   trait MyTrait<T>: Iterator {
   |  _____________________________^
LL | |     Item = T;
   | |____^ missing `fn`, `type`, or `const`

error: aborting due to previous error