summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0191.stderr
blob: 8f99a6ecffb99ffdd10de4fd590cc97d2459e03f (plain)
1
2
3
4
5
6
7
8
error[E0191]: the value of the associated type `Bar` (from the trait `Trait`) must be specified
  --> $DIR/E0191.rs:15:12
   |
15 | type Foo = Trait; //~ ERROR E0191
   |            ^^^^^ missing associated type `Bar` value

error: aborting due to previous error