summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0437.stderr
blob: ffad571d06125aa6095d588ef3c329d413a2ecd7 (plain)
1
2
3
4
5
6
7
8
error[E0437]: type `Bar` is not a member of trait `Foo`
  --> $DIR/E0437.rs:14:5
   |
14 |     type Bar = bool; //~ ERROR E0437
   |     ^^^^^^^^^^^^^^^^ not a member of trait `Foo`

error: aborting due to previous error