]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0191.stderr
Auto merge of #47956 - retep998:is-nibbles, r=BurntSushi
[rust.git] / src / test / ui / error-codes / E0191.stderr
1 error[E0191]: the value of the associated type `Bar` (from the trait `Trait`) must be specified
2   --> $DIR/E0191.rs:15:12
3    |
4 15 | type Foo = Trait; //~ ERROR E0191
5    |            ^^^^^ missing associated type `Bar` value
6
7 error: aborting due to previous error
8